Skip to content

Commit

Permalink
Use Java 21 in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Oct 19, 2024
1 parent f2f4f57 commit 5ceff74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-android-maven-central.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup Java
uses: actions/setup-java@v2
with:
java-version: '11'
java-version: '21'
distribution: 'adopt'

- name: Cache Gradle packages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-client-maven-central.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup Java
uses: actions/setup-java@v2
with:
java-version: '11'
java-version: '21'
distribution: 'adopt'

- name: Cache Gradle packages
Expand Down

0 comments on commit 5ceff74

Please sign in to comment.