Skip to content

Commit

Permalink
Disable Gradle's configuration cache by default (detekt#4668)
Browse files Browse the repository at this point in the history
There are issues that don't have workarounds at this stage. Check again when Gradle 7.5 released.
  • Loading branch information
3flex committed Apr 3, 2022
1 parent 0152dc1 commit e9d26d0
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 @@ -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 e9d26d0

Please sign in to comment.