Skip to content

Commit

Permalink
Merge pull request jMonkeyEngine#617 from tonihele/feature/gradle-tem…
Browse files Browse the repository at this point in the history
…plate-java21

Gradle template to use Java 21
  • Loading branch information
tonihele authored Sep 28, 2024
2 parents d02c3ca + b3b72ee commit f38a13f
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 f38a13f

Please sign in to comment.