forked from kscience/visionforge
Update gradle.yml
This commit is contained in:
parent
4f8bb144ce
commit
9e96613048
2
.github/workflows/gradle.yml
vendored
2
.github/workflows/gradle.yml
vendored
@ -13,5 +13,7 @@ jobs:
|
|||||||
uses: actions/setup-java@v1
|
uses: actions/setup-java@v1
|
||||||
with:
|
with:
|
||||||
java-version: 11
|
java-version: 11
|
||||||
|
- name: Make gradlew executable
|
||||||
|
run: chmod +x ./gradlew
|
||||||
- name: Build with Gradle
|
- name: Build with Gradle
|
||||||
run: ./gradlew build
|
run: ./gradlew build
|
||||||
|
Loading…
Reference in New Issue
Block a user