File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11allprojects {
2- ext. kotlin_version = ' 1.5.21 '
2+ ext. kotlin_version = ' 1.9.10 '
33 ext. ktlint_version = ' 0.41.0'
44
55 // Version of JIPP & friends to publish
@@ -18,7 +18,7 @@ allprojects {
1818 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1919 classpath " org.jetbrains.dokka:dokka-gradle-plugin:1.9.0"
2020 classpath " gradle.plugin.pl.squirrel:classycle-gradle-plugin:1.2"
21- classpath " org.jlleitschuh.gradle:ktlint-gradle:10.1 .0"
21+ classpath " org.jlleitschuh.gradle:ktlint-gradle:11.6 .0"
2222 classpath " io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.14.1"
2323 }
2424 }
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-6.8 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.3 -all.zip
You can’t perform that action at this time.
0 commit comments