Skip to content

Commit

Permalink
Run Gradle with Java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
ajoberstar committed Feb 18, 2024
1 parent 81906f8 commit 80a3930
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
distribution: temurin
java-version: |
11
21
17
21
- name: Validate Gradle Wrapper
uses: gradle/wrapper-validation-action@v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ jobs:
with:
fetch-depth: 0

- name: Setup Java 17
- name: Setup Java
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: |
11
21
17
21
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
Expand Down

0 comments on commit 80a3930

Please sign in to comment.