mirror of
https://github.com/TheDeus-Group/TFM-4.3-Reloaded.git
synced 2024-12-22 23:04:57 +00:00
Clarify buildtools.sh
This commit is contained in:
parent
7775513286
commit
a5246504d8
1 changed files with 2 additions and 1 deletions
|
@ -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
|
Loading…
Reference in a new issue