Created
September 22, 2017 13:14
-
-
Save colebob9/4368d89b881a167026975bc625af4193 to your computer and use it in GitHub Desktop.
Spigot BuildTools mac script
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Put java location in variable below (get from FindMCJava.sh) | |
JAVALOCATION="" | |
curl -o BuildTools.jar https://hub.spigotmc.org/jenkins/job/BuildTools/lastSuccessfulBuild/artifact/target/BuildTools.jar | |
export MAVEN_OPTS="-Xmx2G" | |
${JAVALOCATION}java -Xmx2G -jar BuildTools.jar --rev 1.12.2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment