Skip to content

Commit 4150d1a

Browse files
committed
updated kotlin and gradle version
1 parent ad8113e commit 4150d1a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
allprojects {
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
}

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=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

0 commit comments

Comments
 (0)