Skip to content

Commit 6c4aa8e

Browse files
committed
Try Java 21
1 parent 44574e1 commit 6c4aa8e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build_status.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ jobs:
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@v4
15-
- name: Set up JDK 17
15+
- name: Set up JDK 21
1616
uses: actions/setup-java@v4
1717
with:
1818
distribution: 'microsoft'
19-
java-version: 17
19+
java-version: 21
2020
cache: 'gradle'
2121
- name: Build with Gradle
2222
run: ./gradlew build --rerun-tasks

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
runs-on: ubuntu-24.04
1515
steps:
1616
- uses: actions/checkout@v4
17-
- name: Set up JDK 17
17+
- name: Set up JDK 21
1818
uses: actions/setup-java@v4
1919
with:
2020
distribution: 'microsoft'
21-
java-version: 17
21+
java-version: 21
2222
- name: Copy Maven Upload URL
2323
id: extract_maven_upload_url
2424
run: echo "maven_upload_url=${{ secrets.MAVEN_UPLOAD_URL }}" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)