File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
3
3
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
4
4
5
5
plugins {
6
- kotlin(" jvm" ) version " 2.1.0 "
6
+ kotlin(" jvm" ) version " 2.1.10 "
7
7
`maven- publish`
8
8
signing
9
9
}
@@ -22,7 +22,6 @@ tasks.withType<KotlinCompile> {
22
22
}
23
23
24
24
dependencies {
25
- api(kotlin(" stdlib-jdk8" ))
26
25
api(libs.jdbiorm)
27
26
28
27
// logging
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.10 -all.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.12 -all.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments