Skip to content

Commit

Permalink
target JVM 17
Browse files Browse the repository at this point in the history
  • Loading branch information
incognitojam committed Apr 30, 2024
1 parent 836ad1d commit 994885d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ tasks {
}
}

java {
toolchain.languageVersion.set(JavaLanguageVersion.of(17))
}

kotlin {
jvmToolchain(21)
jvmToolchain(17)
}

0 comments on commit 994885d

Please sign in to comment.