upgrade actions to java 17
This commit is contained in:
parent
dd09c21efa
commit
8533f7d272
1 changed files with 2 additions and 3 deletions
5
.github/workflows/android.yml
vendored
5
.github/workflows/android.yml
vendored
|
@ -7,10 +7,9 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: set up JDK 11
|
||||
uses: actions/setup-java@v3
|
||||
- uses: actions/setup-java@v3
|
||||
with:
|
||||
java-version: "11"
|
||||
java-version: "17"
|
||||
distribution: "temurin"
|
||||
cache: gradle
|
||||
- name: Build with Gradle
|
||||
|
|
Loading…
Reference in a new issue