Skip to content

Commit

Permalink
Use Gradle's configuration cache by default (detekt#5095)
Browse files Browse the repository at this point in the history
  • Loading branch information
3flex authored and VitalyVPinchuk committed Jul 25, 2022
1 parent df78019 commit 08112ed
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 08112ed

Please sign in to comment.