Update gradle.yml
This commit is contained in:
parent
a6ca986b1a
commit
c128f7ef15
3
.github/workflows/gradle.yml
vendored
3
.github/workflows/gradle.yml
vendored
|
@ -16,11 +16,10 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up JDK 16
|
||||
- name: Set up JDK 17
|
||||
uses: actions/setup-java@v2
|
||||
with:
|
||||
java-version: '17'
|
||||
distribution: 'oracle'
|
||||
cache: gradle
|
||||
- name: Grant execute permission for gradlew
|
||||
run: chmod +x gradlew
|
||||
|
|
Loading…
Reference in a new issue