From 722ddffdd28184a0fbc03989bf671ac1f11c1e6e Mon Sep 17 00:00:00 2001 From: Kastle <26531652+Kas-tle@users.noreply.github.com> Date: Thu, 3 Dec 2020 19:44:47 -0800 Subject: [PATCH] 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. --- .github/workflows/maven.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index e47f744..ab65c82 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -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: