Skip to content

Commit

Permalink
Disable configuration cache by default
Browse files Browse the repository at this point in the history
There are new issues after the upgrade to Kotlin 1.6.20. Testing on a
Gradle 7.5 daily snapshot suggests this should be resolved in the next
Gradle release, so look to re-enabling then.
  • Loading branch information
3flex committed Apr 2, 2022
1 parent 0d9d222 commit 4e26761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Expand Up @@ -3,4 +3,4 @@ systemProp.sonar.host.url=http://localhost:9000
org.gradle.parallel=true
org.gradle.caching=true
org.gradle.jvmargs=-Xmx1g -XX:MaxMetaspaceSize=512m -Dfile.encoding=UTF-8
org.gradle.unsafe.configuration-cache=true
org.gradle.unsafe.configuration-cache=false

0 comments on commit 4e26761

Please sign in to comment.