Clarify buildtools.sh

This commit is contained in:
ginlang 2022-03-22 18:08:19 +00:00 committed by GitHub
parent 7775513286
commit a5246504d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,7 @@
#!/bin/bash
#This file is to compile buildtools so that maven will build TFM! This does not work on Windows.
rm -rfv buildtools_tmp/
mkdir buildtools_tmp
cd buildtools_tmp
wget https://hub.spigotmc.org/jenkins/job/BuildTools/lastSuccessfulBuild/artifact/target/BuildTools.jar
java -jar BuildTools.jar --rev 1.8.8
java -jar BuildTools.jar --rev 1.8.8