Skip to content

Commit 07358b9

Browse files
authored
fix: Change jvmToolchain from 17 to 8
1 parent 29ed3d7 commit 07358b9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ tasks.test {
2323
}
2424

2525
kotlin {
26-
jvmToolchain(17)
26+
jvmToolchain(8)
2727
}
2828

2929
val dokkaJar = tasks.register<Jar>("dokkaJar") {
@@ -78,4 +78,4 @@ deployer {
7878
}
7979
allowMavenCentralSync = (property("automaticMavenCentralSync") as String).toBoolean()
8080
}
81-
}
81+
}

0 commit comments

Comments
 (0)