Update the Github Actions version
This commit is contained in:
parent
32bc34c798
commit
7373d60d36
4
.github/workflows/gradle.yml
vendored
4
.github/workflows/gradle.yml
vendored
@ -18,10 +18,10 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up JDK 1.11
|
||||
- name: Set up JDK 1.14
|
||||
uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: 1.11
|
||||
java-version: 1.14
|
||||
- name: Grant execute permission for gradlew
|
||||
run: chmod +x gradlew
|
||||
- name: Build with Gradle
|
||||
|
Loading…
Reference in New Issue
Block a user