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 1, 2023
1 parent 12e252b commit fc67ddd
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 @@ -10,7 +10,7 @@ version = "0.0.1-SNAPSHOT"

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

Expand Down

0 comments on commit fc67ddd

Please sign in to comment.