Merge pull request #7269 from thundernest/disable_gradle_configuration_cache
Disable Gradle configuration cache
This commit is contained in:
commit
ab7d680111
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue