Commit Graph

9 Commits

Author SHA1 Message Date
Artur Bosch
ee49144114 Support Kotlin 1.4 (#2981)
* Update to Gradle 6.6

* Update to Kotlin 1.4

* Upgrade to prerelease of KtLint 0.38

* Fix testcase by unwrapping the original descriptor

* Increase max heap for dokka on Java 11

* Update minimal supported Gradle version to 5.3

* Do not run warningsAsErrors on CI due to Gradle not supporting Kotlin 1.4

* Remove new line testing as it fails on windows

* Require Gradle 5.4 to reflect Kotlin's required version from their website
2020-08-20 20:00:38 +02:00
Artur Bosch
ef02257694 Update to Gradle 6.4.1 (#2729)
* Update to Gradle 6.4.1

* Use 'all' distribution

Co-authored-by: Nicola Corti <corti.nico@gmail.com>

* Update detekt-gradle-plugin/src/test/kotlin/io/gitlab/arturbosch/detekt/MultiVersionTest.kt

Co-authored-by: M Schalk <30376729+schalkms@users.noreply.github.com>

Co-authored-by: Nicola Corti <corti.nico@gmail.com>
Co-authored-by: M Schalk <30376729+schalkms@users.noreply.github.com>
2020-05-25 12:04:10 +02:00
Artur Bosch
23d172e22f Update Gradle to 6.2.1 (#2390) 2020-03-03 11:27:13 +01:00
Matthew Haughton
383a1e0246 Gradle 5.6 (#1833)
* Gradle 5.6

* Define plugin versions in gradle.properties

* Work around Gradle 6 behaviour change

In Gradle 6 the default DuplicateStrategy is FAIL. This reverts to previous
behaviour to avoid an error due to two ktlint rulesets declaring a
RuleSetProvider service which, when merged, results in duplicate paths.
These files have no effect in detekt so the duplication can be ignored.

The duplicate path is "META-INF/services/com.pinterest.ktlint.core.RuleSetProvider"

* Fix issues found by :detekt-gradle-plugin:validateTaskProperties
2019-08-25 16:00:14 +10:00
Matthew Haughton
9fad2bdae4 Update Gradle & dependencies (#1549)
* Gradle 5.3

* Update dependencies
2019-03-26 07:43:05 +01:00
Marvin Ramin
479411fcca Update to Gradle v5 (#1350)
* update gradle to v5-rc3

* resolve API changes in Configurations

* remove feature preview from settings.gradle

* resolve deprecation warnings

* update gradle wrapper jar and scripts

* implement GradleCompat

* upgrade to Gradle 5.0-RC4

* add missing dependency

* update to gradle v5

* remove gradle plugin settings.gradle.kts

* add dependencies to kotlin-reflect
2018-12-12 20:44:26 +01:00
Sebastiano Poggi
b5b944534b Update Gradle wrapper, using Gradle 4.1-rc-2
This is an automated change resulting from:
 $ ./gradlew wrapper --gradle-version=4.1-rc-2
2017-08-06 17:53:10 +02:00
ArtiSmarti
ec3d1a47a2 Rename location's factory method 'of' to 'from' 2016-10-21 18:05:34 +02:00
ArtiSmarti
454a87faa2 Add project baseline 2016-10-16 02:41:25 +02:00