Files
detekt/gradle.properties
Artur Bosch a04171a1d8 Update Kotlin to 1.4.21 (#3254)
* Update Kotlin to 1.4.20

* Update assertj to 3.18.1

* Fix type V but V!! expected compilation errors with 1.4.20

* Remove workaround for old dokka plugin

* Update to Kotlin 1.4.21

* Use jdk8 compatible mockk version

* Update mock to version 1.10.4

* Specify source and target 1.8 java version for KotlinCompile tasks

* Remove shadowJarExecutable as it does not work with newest Kotlin compiler (1.4.20+)

* Simplify copying jars for CI by reusing copy task

* Update cli guide to always use the zip distribution

* fixup! Simplify copying jars for CI by reusing copy task

Co-authored-by: M Schalk <30376729+schalkms@users.noreply.github.com>
2021-01-19 21:17:58 +01:00

7 lines
180 B
INI

kotlin.code.style=official
systemProp.sonar.host.url=http://localhost:9000
systemProp.file.encoding=UTF-8
org.gradle.parallel=true
org.gradle.workers.max=4
org.gradle.caching=true