Skip to content

Commit

Permalink
Gradle template to use Java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
tonihele committed Sep 28, 2024
1 parent e5b33e8 commit b3b72ee
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ project(":assets") {

java {
toolchain {
languageVersion = JavaLanguageVersion.of(17)
languageVersion = JavaLanguageVersion.of(21)
}
}
}
Expand Down Expand Up @@ -114,7 +114,7 @@ jar {

java {
toolchain {
languageVersion = JavaLanguageVersion.of(17)
languageVersion = JavaLanguageVersion.of(21)
}
}

Expand Down

0 comments on commit b3b72ee

Please sign in to comment.