Skip to content

Commit

Permalink
update toolchain test to use Java 23
Browse files Browse the repository at this point in the history
  • Loading branch information
xzel23 committed Nov 5, 2024
1 parent a666962 commit 3e82a48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/resources/hello-toolchain/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ application {

java {
toolchain {
languageVersion = JavaLanguageVersion.of(19)
languageVersion = JavaLanguageVersion.of(23)
vendor = JvmVendorSpec.ADOPTIUM
}
}
Expand Down

0 comments on commit 3e82a48

Please sign in to comment.