Initial cleanup and refactor

This commit is contained in:
2026-03-14 23:03:06 -04:00
parent 793d1e846a
commit ce8165417b
77 changed files with 492 additions and 94 deletions

14
install.sh Normal file
View File

@@ -0,0 +1,14 @@
#!/usr/bin/env bash
export REV="1.21.11"
export M2_DIRECTORY="$M2_REPOSITORY"
export BUILD_DIRECTORY="$ARTIFACT_DIRECTORY"
export JAVA_VERSION="21"
REPOSITORY_DIR=$(dirname "$0")
cd "$REPOSITORY_DIR"
git submodule update --init --recursive --remote
./.git-submodules/spigot-docker-build-tools/run.sh mvn clean package