From adcf1b81677471887e7c6fa4b72a927fef2d0b9d Mon Sep 17 00:00:00 2001 From: Louis Rose Date: Mon, 18 Mar 2024 12:33:26 +0000 Subject: [PATCH] fixes build --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6ee54e9..56f66d2 100644 --- a/Makefile +++ b/Makefile @@ -27,14 +27,14 @@ build: up test: build @$(MVN_CMD) test -bump: up +bump: up sync ifndef VERSION $(error VERSION is not set) endif @$(MVN_CMD) versions:set -DnewVersion=$(VERSION) versions:commit @$(GENERATOR_CMD) $(GENERATE_ARGS) --additional-properties=artifactVersion=$(VERSION) -publish: +publish: up ifndef MVN_CENTRAL_USERNAME $(error MVN_CENTRAL_USERNAME is not set) endif