mirror of
https://github.com/PaperMC/Waterfall.git
synced 2024-11-16 07:15:14 +01:00
8 lines
134 B
Bash
Executable File
8 lines
134 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
git submodule update --init && ./scripts/applyPatches.sh
|
|
|
|
if [ "$1" == "--jar" ]; then
|
|
mvn clean package
|
|
fi
|