Files
detekt/gradle.properties
2021-08-19 09:49:56 -07:00

7 lines
207 B
INI

kotlin.code.style=official
systemProp.sonar.host.url=http://localhost:9000
systemProp.file.encoding=UTF-8
org.gradle.parallel=true
org.gradle.caching=true
org.gradle.jvmargs=-Xmx1g -XX:MaxMetaspaceSize=512m