skip jar creation on build unless --jar specified

This commit is contained in:
Aikar
2016-03-18 01:46:32 -04:00
parent 0316152120
commit 223cb8b0e1
2 changed files with 7 additions and 2 deletions

View File

@ -22,7 +22,9 @@ How To (Compiling From Source)
------
To compile PaperSpigot, you need JDK 8, maven, and an internet connection.
Clone this repo, run ./build.sh from *bash*, get files.
Clone this repo, run ./build.sh --jar from *bash*, get files.
Leave off --jar if you only wish to resync your checkout and not create a paperclip jar file just yet.
Special Thanks To:
-------------