Skip to content

Commit

Permalink
refactor: Migrate to Java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
kmccarp and TeamModerne committed Jan 16, 2024
1 parent 7ca5a6e commit 5131a48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: actions/[email protected]
with:
distribution: zulu
java-version: 17
java-version: 21
cache: gradle
- name: build
run: ./gradlew ${GRADLE_SWITCHES} build test
Expand All @@ -47,7 +47,7 @@ jobs:
uses: actions/[email protected]
with:
distribution: zulu
java-version: 17
java-version: 21
cache: gradle
- name: publish-snapshots
if: github.event_name == 'push'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/[email protected]
with:
distribution: zulu
java-version: 17
java-version: 21
cache: gradle

- name: publish-candidate
Expand Down

0 comments on commit 5131a48

Please sign in to comment.