mirror of
https://github.com/PaperMC/Waterfall.git
synced 2024-11-07 11:10:09 +01:00
339460b7c3
Also, grab upstreamCommit
8 lines
171 B
Bash
Executable File
8 lines
171 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
git submodule update --recursive --init && ./scripts/applyPatches.sh
|
|
if [ "$1" == "--jar" ]; then
|
|
pushd Travertine-Proxy
|
|
mvn clean package
|
|
fi
|