Skip to content

Commit d63f4f1

Browse files
Updated android.yml
1 parent 29b366e commit d63f4f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/android.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
- name: Setup JDK ${{ env.JDK_VERSION }}
2121
uses: actions/setup-java@v4
2222
with:
23-
java-version: ${{ env.JAVA_VERSION }}
24-
distribution: ${{ env.JDK_DISTRIBUTION }}
23+
java-version: 17
24+
distribution: temurin
2525
- name: Make gradlew executable
2626
run: chmod +x ./gradlew
2727
- name: Build with Gradle

0 commit comments

Comments
 (0)