Files
detekt/gradle.properties
Matthew Haughton e9d26d09af Disable Gradle's configuration cache by default (#4668)
There are issues that don't have workarounds at this stage. Check again when Gradle 7.5 released.
2022-04-03 10:40:47 -07:00

7 lines
242 B
INI

kotlin.code.style=official
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=false