mirror of
https://github.com/jlengrand/detekt.git
synced 2026-03-10 08:11:23 +00:00
* Flag tasks known to be incompatible with Gradle's configuration cache * Enable Gradle's configuration cache by default
7 lines
241 B
INI
7 lines
241 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=true
|