Skip to content

Commit

Permalink
Update java version
Browse files Browse the repository at this point in the history
  • Loading branch information
sxhya committed Oct 9, 2024
1 parent bc719aa commit 7a6608a
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 @@ -48,7 +48,7 @@ dependencies {
}

java {
// toolchain.languageVersion.set(JavaLanguageVersion.of(17))
toolchain.languageVersion.set(JavaLanguageVersion.of(21))
sourceCompatibility = JavaVersion.VERSION_21
targetCompatibility = JavaVersion.VERSION_21
}
Expand Down

0 comments on commit 7a6608a

Please sign in to comment.