Skip to content

Commit

Permalink
Update the workflows to use at least Java 17, as the new Android Grad…
Browse files Browse the repository at this point in the history
…le Plugin needs this
  • Loading branch information
cdr-chakotay committed Mar 27, 2024
1 parent b55da9c commit d8fac86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
android:
strategy:
matrix:
java: [ '11','19' ]
java: [ '17','21' ]

runs-on: ubuntu-latest

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: '11'
java-version: '17'
distribution: 'adopt'
- name: Grant execute permission for gradlew
run: chmod +x gradlew
Expand Down

0 comments on commit d8fac86

Please sign in to comment.