Skip to content

Commit

Permalink
Update java toolchain version
Browse files Browse the repository at this point in the history
  • Loading branch information
pop4959 committed Feb 14, 2024
1 parent c3a734c commit 852ef44
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 @@ -8,7 +8,7 @@ plugins {

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

0 comments on commit 852ef44

Please sign in to comment.