This commit is contained in:
LegacyGamerHD
2021-02-04 10:04:15 +01:00
parent b1b3efae8d
commit 925e91c99e
2 changed files with 4 additions and 2 deletions

View File

@@ -20,6 +20,7 @@ if [ "$2" == "--setup" ] || [ "$3" == "--setup" ] || [ "$4" == "--setup" ]; then
cd "$paperbasedir"
./paper jar
$gitcmd git am --skip
)
fi
@@ -37,6 +38,7 @@ echo "[Akarin] Ready to build"
rm -rf Paper-API/src
rm -rf Paper-Server/src
./paper patch
$gitcmd git am --skip
\cp -rf "$basedir/sources/src" "$paperbasedir/Paper-Server/"
\cp -rf "$basedir/sources/pom.xml" "$paperbasedir/Paper-Server/"
mvn clean install