Paper/build.sh

4 lines
131 B
Bash
Raw Normal View History

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