Skip to content

Commit

Permalink
[code] switched jvm-toolchain to 21
Browse files Browse the repository at this point in the history
  • Loading branch information
fab1an committed May 6, 2024
1 parent e0591a5 commit bb13667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ kotlin {
linuxX64()
linuxArm64()
jvm {
jvmToolchain(17)
jvmToolchain(21)
withJava()
testRuns.named("test") {
executionTask.configure {
Expand Down

0 comments on commit bb13667

Please sign in to comment.