Skip to content

Commit

Permalink
Config gha to use java 21 for build
Browse files Browse the repository at this point in the history
  • Loading branch information
benwoo1110 committed Oct 14, 2024
1 parent 38aa534 commit 061b90c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generic.github_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

- uses: actions/setup-java@v3
with:
java-version: '11'
java-version: '21'
distribution: 'adopt'
cache: gradle

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generic.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- uses: actions/setup-java@v3
with:
java-version: '17'
java-version: '21'
distribution: 'adopt'
cache: gradle

Expand Down

0 comments on commit 061b90c

Please sign in to comment.