Use Java 17 in CI (#7930)

This commit is contained in:
Daniel Espino García 2024-05-03 10:08:19 +02:00 committed by GitHub
parent c009013356
commit 9070c27349
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,14 +12,11 @@ runs:
- name: ci/prepare-mobile-build
uses: ./.github/actions/prepare-mobile-build
# Disable this since we are not caching anything for now
# - name: ci/install-gradle-dependencies
# shell: bash
# working-directory: android
# run: |
# echo "::group::install-gradle-dependencies"
# ./gradlew dependencies
# echo "::endgroup::"
- name: ci/setup-java
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: "17"
- name: ci/jetify-android-libraries
shell: bash