mirror of
https://github.com/jlengrand/detekt.git
synced 2026-03-10 08:11:23 +00:00
There are issues that don't have workarounds at this stage. Check again when Gradle 7.5 released.
7 lines
242 B
INI
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
|