mirror of
https://github.com/PaperMC/Waterfall.git
synced 2025-01-31 20:11:43 +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
|