Skip to content

Commit

Permalink
build: test github action
Browse files Browse the repository at this point in the history
  • Loading branch information
lichong-a committed Aug 5, 2024
1 parent 53942fe commit 5c4c660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {

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

Expand Down

0 comments on commit 5c4c660

Please sign in to comment.