NoIssue: Fix for build, run and publish

This commit is contained in:
2026-02-01 19:17:45 +01:00
parent ff92f6c868
commit 5d179979f3
7 changed files with 16 additions and 25 deletions

View File

@@ -1,6 +0,0 @@
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 (CI/CD) $VERSION..."
./gradlew -Pversion=$VERSION publish

1
publishCICD.sh Symbolic link
View File

@@ -0,0 +1 @@
publish.sh