skip jar creation on build unless --jar specified
This commit is contained in:
5
build.sh
5
build.sh
@@ -1,3 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
git submodule update --init && ./remap.sh && ./decompile.sh && ./init.sh && ./applyPatches.sh && mvn clean install && ./paperclip.sh
|
||||
#git submodule update --init && ./remap.sh && ./decompile.sh && ./init.sh && ./applyPatches.sh
|
||||
if [ "$1" == "--jar" ]; then
|
||||
mvn clean install && ./paperclip.sh
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user