Skip to content

Commit

Permalink
Use Gradle's configuration cache by default (#5095)
Browse files Browse the repository at this point in the history
  • Loading branch information
3flex committed Jul 19, 2022
1 parent 7707f18 commit 3baa8f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Expand Up @@ -4,5 +4,5 @@ systemProp.dependency.analysis.test.analysis=false
org.gradle.parallel=true
org.gradle.caching=true
org.gradle.jvmargs=-Xmx1g -XX:MaxMetaspaceSize=512m -Dfile.encoding=UTF-8
org.gradle.unsafe.configuration-cache=false
org.gradle.unsafe.configuration-cache=true
systemProp.org.gradle.kotlin.dsl.precompiled.accessors.strict=true

0 comments on commit 3baa8f9

Please sign in to comment.