Skip to content

Commit

Permalink
DBZ-7224 Use Java 21 for building
Browse files Browse the repository at this point in the history
  • Loading branch information
jpechane committed Jul 3, 2024
1 parent d3f100c commit ca4ff92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cross-maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17
java-version: 21

- name: Cache Maven Repository
uses: actions/cache@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17
java-version: 21

- name: Cache Maven Repository
uses: actions/cache@v4
Expand Down

0 comments on commit ca4ff92

Please sign in to comment.