Skip to content

Commit

Permalink
19ish
Browse files Browse the repository at this point in the history
  • Loading branch information
carl-mastrangelo committed Dec 10, 2023
1 parent ca318dc commit 762ba84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java19/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ buildscript {
}
java {
toolchain {
languageVersion.set(JavaLanguageVersion.of(19))
languageVersion.set(JavaLanguageVersion.of(21))
}
}

Expand Down

0 comments on commit 762ba84

Please sign in to comment.