Fixes scripts

This commit is contained in:
Sotr
2018-06-11 17:16:04 +08:00
parent 0f00949e6f
commit 3a1e04cfbb
3 changed files with 29 additions and 21 deletions

View File

@@ -33,7 +33,10 @@ echo "[Akarin] Ready to build"
if [ "$2" == "--fast" ] || [ "$3" == "--fast" ] || [ "$4" == "--fast" ]; then
echo "[Akarin] Test has been skipped"
mvn clean install -DskipTests
else
else
rm -rf Paper-API/src
rm -rf Paper-Server/src
./paper patch
mvn clean install
fi