Skip to content

Commit

Permalink
Use Java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
opwvhk committed Mar 25, 2024
1 parent 694825e commit 0af702b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ repositories {
}
java {
toolchain {
languageVersion.set(JavaLanguageVersion.of(11))
//languageVersion.set(JavaLanguageVersion.of(17))
languageVersion.set(JavaLanguageVersion.of(17))
}
}

Expand Down

0 comments on commit 0af702b

Please sign in to comment.