Use Java 17 in CI (#7930)
This commit is contained in:
parent
c009013356
commit
9070c27349
1 changed files with 5 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue