Skip to content

Commit

Permalink
Bump toolchain to using Java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler authored Jan 21, 2024
1 parent 973c2af commit 4da0d74
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 @@ -65,7 +65,7 @@ allprojects {

plugins.withType(JavaBasePlugin).configureEach {
java {
toolchain.languageVersion = JavaLanguageVersion.of(17)
toolchain.languageVersion = JavaLanguageVersion.of(21)
}
}

Expand Down

0 comments on commit 4da0d74

Please sign in to comment.