Skip to content

Commit 182adae

Browse files
committed
Update workflow Java version to 17
1 parent 8786ab6 commit 182adae

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/android.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ jobs:
1515
- name: set up JDK
1616
uses: actions/setup-java@v1
1717
with:
18-
java-version: 11
18+
distribution: adopt
19+
java-version: 17
1920

2021
- name: Cache Gradle and wrapper
2122
uses: actions/cache@v2
@@ -30,4 +31,4 @@ jobs:
3031
run: chmod +x ./gradlew
3132

3233
- name: Build with Gradle
33-
run: ./gradlew build
34+
run: ./gradlew build

0 commit comments

Comments
 (0)