Skip to content

Commit

Permalink
Use Java 17 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
devgianlu committed Dec 6, 2023
1 parent fa825ed commit 9bfc5bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: '11'
java-version: '17'
- name: Grant execute permission to scripts
run: chmod +x gradlew .github/decrypt_secrets.sh
- name: Decrypt GPG secrets
Expand Down

0 comments on commit 9bfc5bc

Please sign in to comment.