Update gradle.yml
This commit is contained in:
parent
c128f7ef15
commit
1988ee9556
1
.github/workflows/gradle.yml
vendored
1
.github/workflows/gradle.yml
vendored
|
@ -20,6 +20,7 @@ jobs:
|
||||||
uses: actions/setup-java@v2
|
uses: actions/setup-java@v2
|
||||||
with:
|
with:
|
||||||
java-version: '17'
|
java-version: '17'
|
||||||
|
distribution: 'adopt'
|
||||||
cache: gradle
|
cache: gradle
|
||||||
- name: Grant execute permission for gradlew
|
- name: Grant execute permission for gradlew
|
||||||
run: chmod +x gradlew
|
run: chmod +x gradlew
|
||||||
|
|
Loading…
Reference in a new issue