Disable Gradle configuration cache as Spotless doesn't support it properly
This commit is contained in:
parent
3a4bbff63e
commit
3b044a9252
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