Skip to content

Commit e01d491

Browse files
committed
Change github action to java 17
1 parent 523493d commit e01d491

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/android.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v3
16-
- name: set up JDK 11
17-
uses: actions/setup-java@v3
15+
- uses: actions/checkout@v4
16+
- name: set up JDK 17
17+
uses: actions/setup-java@v4
1818
with:
19-
java-version: '11'
20-
distribution: 'adopt'
19+
java-version: '17'
20+
distribution: 'temurin'
2121
- name: Make gradlew executable
2222
run: chmod +x ./gradlew
2323
- name: Build with Gradle

0 commit comments

Comments
 (0)