Skip to content

Commit

Permalink
chore(java): java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
darbyjack authored Nov 2, 2023
1 parent 633a2e0 commit bdc3ae6
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 @@ -9,7 +9,7 @@ version = "0.0.1-SNAPSHOT"

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

Expand Down

0 comments on commit bdc3ae6

Please sign in to comment.