mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 09:47:38 +00:00
Add downloading buildtools to workflow
This commit is contained in:
parent
8a70f97445
commit
222f2d2619
3
.github/workflows/gradle.yml
vendored
3
.github/workflows/gradle.yml
vendored
@ -18,5 +18,8 @@ jobs:
|
|||||||
uses: actions/setup-java@v1
|
uses: actions/setup-java@v1
|
||||||
with:
|
with:
|
||||||
java-version: 1.8
|
java-version: 1.8
|
||||||
|
- name: Download BuildTools
|
||||||
|
run: wget https://hub.spigotmc.org/jenkins/job/BuildTools/lastSuccessfulBuild/artifact/target/BuildTools.jar
|
||||||
- name: Test with Gradle
|
- name: Test with Gradle
|
||||||
run: ./gradlew clean build -x test
|
run: ./gradlew clean build -x test
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user