Skip to content

Commit

Permalink
Disable Gradle configuration cache as Spotless doesn't support it pro…
Browse files Browse the repository at this point in the history
…perly
  • Loading branch information
wmontwe committed Oct 19, 2023
1 parent 3a4bbff commit 3b044a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3b044a9

Please sign in to comment.