This commit is contained in:
2025-11-16 18:25:31 -05:00
parent f01bd19010
commit 7f665af43d

View File

@@ -4,7 +4,7 @@ SCRIPT_DIR=$(dirname "$0")
WORKSPACE=$(pwd)
echo "Got versions $REV"
echo "Got version(s) $REV"
if [ -z "$M2_DIRECTORY" ]; then
echo "m2 directory not specified, defaulting to $SCRIPT_DIR/m2"
@@ -114,6 +114,7 @@ if [ ! -z ${BUILD_JAVA_17+x} ]; then
fi
echo "Checking for java 17 spigot builds: $BUILD_JAVA_17"
docker run --rm \
--user $(id -u):$(id -g) \
-e MAVEN_CONFIG=/var/maven/.m2 \