Fixed saving the spigot API instead of the actual server file

This commit is contained in:
2025-11-15 21:14:10 -05:00
parent 6e936a6bd1
commit 4a64af1846
4 changed files with 14 additions and 13 deletions

2
run.sh
View File

@@ -13,7 +13,7 @@ docker run --rm -it \
--user $(id -u):$(id -g) \
-e MAVEN_CONFIG=/var/maven/.m2 \
-e M2_PATH=/var/maven/.m2 \
--volume "$SCRIPT_DIR/build:/build" \
--volume "$BUILD_DIRECTORY:/build" \
--volume "$WORKSPACE:/workspace" \
--volume "$M2_DIRECTORY:/var/maven/.m2" \
--volume "$SCRIPT_DIR/scripts:/scripts" \