Skip to content
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.

Commit

Permalink
Use java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddenton committed Nov 13, 2024
1 parent 0f4d7ab commit afbada4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/[email protected]
with:
distribution: temurin
java-version: 20
java-version: 21
cache: gradle
- name: Cache Gradle packages
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upload_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/[email protected]
with:
distribution: temurin
java-version: 20
java-version: 21
cache: gradle
- name: Upload to Sonatype
run: |
Expand Down

0 comments on commit afbada4

Please sign in to comment.