mirror of
https://github.com/jlengrand/detekt.git
synced 2026-03-10 08:11:23 +00:00
* Only test a single older Gradle version All other tests are run on the current Gradle wrapper version, so there's no need to also test a recent version in this test. * Don't spawn more workers than # CPUs There are only 2 CPUs on Linux & Windows CI hosts, 3 on macOS, and unknown on contributor's machines. Let Gradle pick an appropriate default. * Remove unneeded Gradle cache cleanup task Issue https://github.com/detekt/detekt/pull/2547#issuecomment-605611809 has been fixed.
6 lines
155 B
INI
6 lines
155 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
|