Skip to content

Commit 5726604

Browse files
authored
Update Java 17
1 parent d50a66d commit 5726604

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/android.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010

1111
steps:
1212
- uses: actions/checkout@v3
13-
- name: set up JDK 11
13+
- name: set up JDK 17
1414
uses: actions/setup-java@v3
1515
with:
16-
java-version: '11'
16+
java-version: '17'
1717
distribution: 'temurin'
1818
cache: gradle
1919

0 commit comments

Comments
 (0)