Run buildtools so that we may access NMS.

This will need to be manually updated to use the current version supported by the plugin for the moment.
This commit is contained in:
Kastle 2020-12-03 19:44:47 -08:00
parent c54880e5c2
commit 722ddffdd2
No known key found for this signature in database
GPG key ID: 8696D2661778C509

View file

@ -25,7 +25,11 @@ jobs:
- name: Set up JDK 8
uses: actions/setup-java@v1
with:
java-version: 8
java-version: 11
java-package: jdk # (jre, jdk, or jdk+fx) - defaults to jdk
architecture: x86 # (x64 or x86) - defaults to x64
- run: wget https://hub.spigotmc.org/jenkins/job/BuildTools/lastSuccessfulBuild/artifact/target/BuildTools.jar
- run: java -jar BuildTools.jar --rev 1.16.4
- name: Cache Maven packages
uses: actions/cache@v1
with: