Workaround to Make Project Build
Quick and Dirty hacks to get Akarin to build on the rbuild server.
This commit is contained in:
@@ -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/"
|
||||
|
||||
Reference in New Issue
Block a user