Skip to content

Commit 1289fc1

Browse files
committed
Use Java 17 for GitHub workflows
1 parent d326aaa commit 1289fc1

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
@@ -15,7 +15,7 @@ jobs:
1515
- name: set up JDK
1616
uses: actions/setup-java@v1
1717
with:
18-
java-version: 11
18+
java-version: 17
1919

2020
- name: Cache Gradle and wrapper
2121
uses: actions/cache@v2

0 commit comments

Comments
 (0)