Skip to content

Commit 5c335b4

Browse files
committed
update to java 17
This is required for the newer Android command line tools being used now. Also dropped installing gradle, gradlew already handles this.
1 parent 2932d09 commit 5c335b4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,8 @@ jobs:
1212
- name: "[Setup] Java"
1313
uses: actions/setup-java@v3
1414
with:
15+
java-version: '17'
1516
distribution: 'temurin'
16-
java-version: 11
17-
- name: "[Setup] Gradle"
18-
uses: gradle/gradle-build-action@v2
19-
with:
20-
gradle-version: 7.3.1
2117
- name: "[Setup] Android"
2218
uses: android-actions/setup-android@v3
2319
with:

0 commit comments

Comments
 (0)