Make argument profile use our usercache

This commit is contained in:
Sotr
2019-04-01 15:40:00 +08:00
parent eda69152f0
commit e616f1b1ed
3 changed files with 139 additions and 16 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
mvn clean install -DskipTests
else
rm -rf Paper-API/src
rm -rf Paper-Server/src