Skip to content
This repository was archived by the owner on Jun 6, 2025. It is now read-only.

Commit caebdf1

Browse files
[v1.0.4] Update JAVA_HOME for CD (#86)
1 parent 6391799 commit caebdf1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/deploy_to_internal_testing.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ jobs:
4141
- name: Copy gradle properties file
4242
run: mkdir -p ~/.gradle ; cp .github/gradle/ci-gradle.properties ~/.gradle/gradle.properties
4343

44+
- name: Setup JDK 17
45+
uses: actions/setup-java@v3
46+
with:
47+
distribution: 'temurin'
48+
java-version: '17'
49+
4450
- name: Decode Google Play Account file
4551
uses: timheuer/[email protected]
4652
id: google_play_account_file

0 commit comments

Comments
 (0)