13
0
geforkt von Mirrors/Paper
Paper/build.sh
Byteflux 4431926268 Add submodules and build scripts
These will be made default in 1.9, dropping PaperTools support
2015-12-29 20:40:32 -08:00

4 Zeilen
131 B
Bash
Ausführbare Datei

#!/bin/bash
git submodule update --init && ./remap.sh && ./decompile.sh && ./init.sh && ./newApplyPatches.sh && mvn clean install