Merge pull request #7269 from thundernest/disable_gradle_configuration_cache

Disable Gradle configuration cache
This commit is contained in:
Wolf-Martell Montwé 2023-10-19 13:23:10 +02:00 committed by GitHub
commit ab7d680111
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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