Skip to content

Commit

Permalink
use jdk21 toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
atomfrede committed Dec 23, 2023
1 parent 8cfcd00 commit ae8ec1a
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 @@ -48,7 +48,7 @@ java {
withSourcesJar()
withJavadocJar()
toolchain {
languageVersion = JavaLanguageVersion.of(17)
languageVersion = JavaLanguageVersion.of(21)
}
}

Expand Down

0 comments on commit ae8ec1a

Please sign in to comment.