Skip to content

Commit

Permalink
Fix Java toolchain version mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
Thijsiez committed Apr 18, 2024
1 parent 6c50aa1 commit abf2f7c
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 @@ -53,7 +53,7 @@ configure(subprojects) {
}

kotlin {
jvmToolchain(11)
jvmToolchain(17)
}
}

Expand Down

0 comments on commit abf2f7c

Please sign in to comment.