This commit is contained in:
Sotr
2019-04-01 14:19:09 +08:00
parent 1ec22529a0
commit 9c9f07f750
2 changed files with 5 additions and 4 deletions

View File

@@ -35,7 +35,7 @@ echo "[Akarin] Ready to build"
\cp -rf "$basedir/src/api/pom.xml" "$paperbasedir/Paper-API/"
\cp -rf "$basedir/src" "$paperbasedir/Paper-Server/"
\cp -rf "$basedir/pom.xml" "$paperbasedir/Paper-Server/"
mvn clean install -DskipTests
mvn clean install
else
rm -rf Paper-API/src
rm -rf Paper-Server/src