Skip to content

Commit

Permalink
update java version
Browse files Browse the repository at this point in the history
  • Loading branch information
emilybache committed Dec 10, 2024
1 parent f428ac4 commit 111733b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version '1.0-SNAPSHOT'

java {
toolchain {
it.languageVersion = JavaLanguageVersion.of(17)
it.languageVersion = JavaLanguageVersion.of(22)
}
}

Expand Down

0 comments on commit 111733b

Please sign in to comment.