Skip to content

Commit

Permalink
Build snapshot and publication builds on Java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
gbrail committed Oct 2, 2024
1 parent 9cc24c8 commit f57fdcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@2dfa2011c5b2a0f1489bf9e433881c92c1631f88 # v4.3.0
with:
java-version: '11'
java-version: '21'
distribution: 'adopt'
server-id: github
settings-path: ${{ github.workspace }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@2dfa2011c5b2a0f1489bf9e433881c92c1631f88 # v4.3.0
with:
java-version: '11'
java-version: '21'
distribution: 'adopt'
server-id: github
settings-path: ${{ github.workspace }}
Expand Down

0 comments on commit f57fdcb

Please sign in to comment.