Skip to content

Instantly share code, notes, and snippets.

@colebob9
Created September 22, 2017 13:14
Show Gist options
  • Save colebob9/4368d89b881a167026975bc625af4193 to your computer and use it in GitHub Desktop.
Save colebob9/4368d89b881a167026975bc625af4193 to your computer and use it in GitHub Desktop.
Spigot BuildTools mac script
# 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