Skip to content

Commit

Permalink
Update Java distribution to Zulu
Browse files Browse the repository at this point in the history
  • Loading branch information
RyosukeCla committed Mar 4, 2024
1 parent 02c8baf commit cd53086
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
- name: setup jdk
uses: actions/setup-java@v2
with:
distribution: 'zulu'
java-version: '21'
- name: make archive
uses: eskatos/gradle-command-action@v1
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- name: setup jdk
uses: actions/setup-java@v2
with:
distribution: 'zulu'
java-version: '21'
- name: unit test
working-directory: android
Expand Down

0 comments on commit cd53086

Please sign in to comment.