cd: add setup java for android

This commit is contained in:
Kingkor Roy Tirtho 2024-04-19 18:29:55 +06:00
parent f14e314237
commit 5a9145c880

View File

@ -314,6 +314,13 @@ jobs:
with:
cache: true
flutter-version: ${{ env.FLUTTER_VERSION }}
- name: Setup Java
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '17'
cache: 'gradle'
check-latest: true
- name: Install Dependencies
run: |