Skip to content

Commit

Permalink
Use Java 17 for workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Oct 19, 2023
1 parent 434d822 commit 27a212a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
- name: set up JDK
uses: actions/setup-java@v1
with:
java-version: 11
distribution: adopt
java-version: 17

- name: Cache Gradle and wrapper
uses: actions/cache@v2
Expand Down

0 comments on commit 27a212a

Please sign in to comment.