Skip to content

Commit

Permalink
Updated java version support to 17 which should fix publishing issues
Browse files Browse the repository at this point in the history
  • Loading branch information
agrevster committed Jun 19, 2024
1 parent 4f7578a commit 8d45a27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ kotlin {

jvm {
@OptIn(ExperimentalKotlinGradlePluginApi::class) compilerOptions {
jvmTarget.set(JvmTarget.JVM_1_8)
jvmTarget.set(JvmTarget.JVM_17)
}
withJava()
}
Expand Down

0 comments on commit 8d45a27

Please sign in to comment.