Skip to content

Commit

Permalink
update to Java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
thestinger committed Oct 14, 2021
1 parent d0c546b commit 16f796c
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(16))
languageVersion.set(JavaLanguageVersion.of(17))
}
}

Expand Down

0 comments on commit 16f796c

Please sign in to comment.