Skip to content

Commit 147d276

Browse files
authored
Update android.yml
1 parent ca912b0 commit 147d276

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/android.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
uses: actions/setup-java@v2
1616
with:
1717
java-version: '11'
18+
distribution: 'temurin'
1819
- name: Unit tests
1920
run: bash ./gradlew test --stacktrace
2021
build:
@@ -27,6 +28,7 @@ jobs:
2728
uses: actions/setup-java@v2
2829
with:
2930
java-version: '11'
31+
distribution: 'temurin'
3032

3133
- name: Grant execute permission for gradlew
3234
run: chmod +x gradlew

0 commit comments

Comments
 (0)