Skip to content

Commit

Permalink
update to java 22
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsobries committed Aug 2, 2024
1 parent 916b499 commit a8a4764
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
- name: Set up Java
uses: actions/setup-java@v2
with:
java-version: '8'
distribution: 'adopt'
java-version: "22"
distribution: "adopt"

- name: Publish to the Maven Central Repository
run: gradle publish
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/setup-java@v2
with:
distribution: "adopt"
java-version: 8
java-version: 22
cache: "gradle"

- name: Format code
Expand Down

0 comments on commit a8a4764

Please sign in to comment.