.
This commit is contained in:
parent
7cfa82e0aa
commit
c09d37d47c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/android.yml
vendored
4
.github/workflows/android.yml
vendored
|
|
@ -22,9 +22,9 @@ jobs:
|
|||
- name: set up JDK 17
|
||||
uses: actions/setup-java@v4
|
||||
with:
|
||||
java-version: '17'
|
||||
java-version: 17
|
||||
distribution: 'corretto'
|
||||
cache: gradle
|
||||
cache: 'gradle'
|
||||
|
||||
- uses: gradle/gradle-build-action@v3
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue