Skip to content

Commit

Permalink
use java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
yusshu committed Dec 21, 2023
1 parent bab196b commit 3b5db7e
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 @@ -33,7 +33,7 @@ license {

java {
toolchain {
languageVersion.set(JavaLanguageVersion.of(8))
languageVersion.set(JavaLanguageVersion.of(17))
}
}

Expand Down

0 comments on commit 3b5db7e

Please sign in to comment.