0
0
mirror of https://github.com/thunderbird/thunderbird-android.git synced 2024-09-19 19:52:14 +02:00

Disable Gradle configuration cache as Spotless doesn't support it properly

This commit is contained in:
Wolf-Martell Montwé 2023-10-19 12:31:50 +02:00
parent 3a4bbff63e
commit 3b044a9252
No known key found for this signature in database
GPG Key ID: 6D45B21512ACBF72

View File

@ -17,6 +17,6 @@ org.gradle.jvmargs=-Xmx6g -XX:MaxMetaspaceSize=1g -Dfile.encoding=UTF-8 -XX:+Use
org.gradle.parallel=true
org.gradle.caching=true
org.gradle.configuration-cache=true
org.gradle.configuration-cache=false
org.gradle.kotlin.dsl.allWarningsAsErrors=true