Skip to content

Commit f0cf052

Browse files
committed
Use jdk 17 in gh actions
1 parent 331e913 commit f0cf052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/setup-java@v2
2424
with:
2525
distribution: 'zulu'
26-
java-version: 11
26+
java-version: 17
2727

2828
- name: Run Android Linter
2929
run: ./gradlew lint --stacktrace

0 commit comments

Comments
 (0)