Waterfall/scripts/build.sh

8 lines
171 B
Bash
Raw Normal View History

2018-11-11 10:47:01 +01:00
#!/usr/bin/env bash
git submodule update --recursive --init && ./scripts/applyPatches.sh
if [ "$1" == "--jar" ]; then
pushd Travertine-Proxy
mvn clean package
fi