Move valuetypes API here temporarily

This commit is contained in:
2026-06-09 11:01:30 +02:00
parent 7b319d8eb9
commit 3b0e916d46
11 changed files with 260 additions and 1 deletions
+7 -1
View File
@@ -5,5 +5,11 @@ export VERSION=$(git describe --tags --exact-match 2>/dev/null \
|| git symbolic-ref --short -q HEAD \
|| git rev-parse --short HEAD)
echo "Building $VERSION..."
GITHASH=$(git rev-parse --short=8 HEAD)
export VERSION_LONG=${VERSION}_${GITHASH}
# Build this artifact
echo "Building 'NenjimHub API v${VERSION_LONG}'..."
./gradlew -Pversion=$VERSION jar