Workaround to Make Project Build

Quick and Dirty hacks to get Akarin to build on the rbuild server.
This commit is contained in:
WhyDoWeWonder
2020-02-14 19:30:45 -05:00
parent 89d7ca75b2
commit 1e5930ff4f
3 changed files with 6 additions and 4 deletions

View File

@@ -37,9 +37,7 @@ echo "[Akarin] Ready to build"
\cp -rf "$basedir/pom.xml" "$paperbasedir/Paper-Server/"
mvn clean install -Dmaven.test.skip=true
else
rm -rf Paper-API/src
rm -rf Paper-Server/src
./paper patch
echo "[Akarin] Test and repatch has been skipped"
\cp -rf "$basedir/api/src/main" "$paperbasedir/Paper-API/src/"
\cp -rf "$basedir/api/pom.xml" "$paperbasedir/Paper-API/"
\cp -rf "$basedir/src" "$paperbasedir/Paper-Server/"