mirror of
https://github.com/PaperMC/Waterfall.git
synced 2024-11-24 19:25:16 +01:00
Ensure that we checkout the submodules before patching(Fixes #262)
This commit is contained in:
parent
ed37fdbc41
commit
cc4457473d
@ -1,3 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
git submodule update --init && ./scripts/applyPatches.sh && pushd Waterfall-Proxy && mvn clean package && popd
|
||||
git submodule update --init && ./scripts/applyPatches.sh
|
||||
|
||||
if [ "$1" == "--jar" ]; then
|
||||
mvn clean package
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user