Skip to content

Commit 1472eb2

Browse files
authored
Update android.yml
1 parent e1f748f commit 1472eb2

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/android.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,7 @@ jobs:
1515
- name: Checkout source
1616
uses: actions/checkout@v3
1717

18-
- name: Set up JDK
19-
uses: actions/setup-java@v3
20-
with:
21-
distribution: 'temurin'
22-
java-version: '17'
18+
2319

2420
- name: Make gradlew executable
2521
run: chmod +x ./gradlew

0 commit comments

Comments
 (0)