Merge pull request #65 from WesleyVanNeck/patch-3

Temporarily fix ci
This commit is contained in:
cakoyo
2019-03-07 16:11:18 +08:00
committed by GitHub

View File

@@ -40,7 +40,7 @@ echo "[Akarin] Ready to build"
./paper patch
\cp -rf "$basedir/src" "$paperbasedir/Paper-Server/"
\cp -rf "$basedir/pom.xml" "$paperbasedir/Paper-Server/"
mvn clean install
mvn clean install -DskipTests
fi
minecraftversion=$(cat "$paperworkdir/BuildData/info.json" | grep minecraftVersion | cut -d '"' -f 4)
@@ -52,4 +52,4 @@ echo "[Akarin] Ready to build"
echo "[Akarin] Migrated final jar to $basedir/akarin-$minecraftversion.jar"
)
)
)