Skip to content

Commit 5ceff74

Browse files
committed
Use Java 21 in GitHub Actions
1 parent f2f4f57 commit 5ceff74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-android-maven-central.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup Java
1515
uses: actions/setup-java@v2
1616
with:
17-
java-version: '11'
17+
java-version: '21'
1818
distribution: 'adopt'
1919

2020
- name: Cache Gradle packages

.github/workflows/publish-client-maven-central.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup Java
1515
uses: actions/setup-java@v2
1616
with:
17-
java-version: '11'
17+
java-version: '21'
1818
distribution: 'adopt'
1919

2020
- name: Cache Gradle packages

0 commit comments

Comments
 (0)