Make publish.sh call docker.sh first.

This commit is contained in:
2026-06-09 20:15:15 +02:00
parent 0282da6f5c
commit a73d6d2eb5
+2
View File
@@ -5,6 +5,8 @@ export VERSION=$(git describe --tags --exact-match 2>/dev/null \
|| git symbolic-ref --short -q HEAD \
|| git rev-parse --short HEAD)
./docker.sh
echo "Publishing artifact to local Maven repo ($VERSION)..."
./gradlew -Pversion=$VERSION publishToMavenLocal