NoIssue: A lot of cleanup and generalizations

This commit is contained in:
2026-02-01 11:06:49 +01:00
parent 0e8fba4f6b
commit b85cf0a3de
12 changed files with 217 additions and 16 deletions

View File

@@ -1,6 +1,12 @@
#!/usr/bin/env bash
set -euo pipefail
export VERSION=$(git describe --tags --exact-match 2>/dev/null \
|| git symbolic-ref --short -q HEAD \
|| git rev-parse --short HEAD)
echo "Building and publishing $VERSION..."
echo "Publishing artifact to local Maven repo ($VERSION)..."
./gradlew -Pversion=$VERSION publishToMavenLocal
echo "Publishing docker container to public 'dockerreg.r35157.com' ($VERSION)..."
./build/docker/publish.sh