Files
detekt/gradle.properties
Matthew Haughton 294c408cb4 (Try to) improve CI build reliability (#3703)
* 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.
2021-05-06 11:56:51 +10:00

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