Files
detekt/gradle.properties
Artur Bosch 502a14cee0 Modularize build script by introducing buildSrc module (#2621)
* Extract detekt related build logic to own script in buildSrc

* Add buildSrc/build folder to excludes

* Extract github release to own releasing build file

* Extract common and publishing build part

* Extract versions and sonar plugins to housekeeping script

* Move dokka plugin to buildSrc

* Move jacoco setup to commons plugin

* Automate version updates

* Rename publishing to packaging to avoid conflict with org.gradle.publishing

* Do not increment the version on build configuration phase

* State why build scan is left in settings build file

* Implement task to generate the doc version

* Implement task to update the self analysis version

* Revert dryRun
2020-04-20 16:02:31 +02:00

4 lines
106 B
INI

kotlin.code.style=official
systemProp.sonar.host.url=http://localhost:9000
systemProp.file.encoding=UTF-8