mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 01:37:37 +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
|
||||
with:
|
||||
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
|
||||
run: ./gradlew clean build -x test
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user