Skip to content

Commit

Permalink
Use JDK 17
Browse files Browse the repository at this point in the history
  • Loading branch information
lifegpc authored May 24, 2024
1 parent 1eefb54 commit e560edf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: stable
- name: set up JDK 11
- name: set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '11'
java-version: '17'
distribution: 'adopt'
cache: gradle
- name: Decode Keystore
Expand Down

0 comments on commit e560edf

Please sign in to comment.