Skip to content
This repository was archived by the owner on Sep 3, 2025. It is now read-only.

Commit 80a3930

Browse files
committed
Run Gradle with Java 21
1 parent 81906f8 commit 80a3930

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
distribution: temurin
1919
java-version: |
2020
11
21-
21
2221
17
22+
21
2323
2424
- name: Validate Gradle Wrapper
2525
uses: gradle/wrapper-validation-action@v1

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ jobs:
1111
with:
1212
fetch-depth: 0
1313

14-
- name: Setup Java 17
14+
- name: Setup Java
1515
uses: actions/setup-java@v3
1616
with:
1717
distribution: temurin
1818
java-version: |
1919
11
20-
21
2120
17
21+
21
2222
2323
- name: Setup Gradle
2424
uses: gradle/gradle-build-action@v2

0 commit comments

Comments
 (0)