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 1
1
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
2
2
3
3
plugins {
4
- kotlin(" jvm" ) version " 2.1.21 "
4
+ kotlin(" jvm" ) version " 2.2.0 "
5
5
6
6
java
7
7
`maven- publish`
@@ -30,7 +30,7 @@ dependencies {
30
30
compileOnly(" org.jetbrains:annotations:26.0.2" )
31
31
32
32
testImplementation(kotlin(" test" ))
33
- testImplementation(" org.junit.jupiter:junit-jupiter:5.13.1 " )
33
+ testImplementation(" org.junit.jupiter:junit-jupiter:5.13.3 " )
34
34
}
35
35
36
36
tasks {
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.2 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.3 -bin.zip
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments