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
|
||||
with:
|
||||
java-version: '17'
|
||||
distribution: 'adopt'
|
||||
cache: gradle
|
||||
- name: Grant execute permission for gradlew
|
||||
run: chmod +x gradlew
|
||||
|
|
Loading…
Reference in a new issue