Skip to content

Commit

Permalink
update to Java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
thestinger committed Sep 24, 2023
1 parent b9e5c7e commit 09fae60
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 @@ -4,7 +4,7 @@ plugins {

java {
toolchain {
languageVersion.set(JavaLanguageVersion.of(20))
languageVersion.set(JavaLanguageVersion.of(21))
}
}

Expand Down

0 comments on commit 09fae60

Please sign in to comment.