Waterfall/scripts/build.sh
Shane Freeder 339460b7c3 Misc script fixes
Also, grab upstreamCommit
2019-02-20 19:49:13 +00:00

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