Skip to content

Commit 3be807e

Browse files
Updated android.yml
1 parent 5b399e3 commit 3be807e

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
@@ -21,8 +21,8 @@ jobs:
2121
- name: Setup JDK ${{ env.JDK_VERSION }}
2222
uses: actions/setup-java@v4
2323
with:
24-
java-version: 17
25-
distribution: temurin
24+
java-version: ${{ env.JDK_VERSION }}
25+
distribution: ${{ env.JDK_DISTRIBUTION }}
2626

2727
- name: Make gradlew executable
2828
run: chmod +x ./gradlew

0 commit comments

Comments
 (0)