Skip to content

Commit

Permalink
fixes build
Browse files Browse the repository at this point in the history
  • Loading branch information
louismrose committed Mar 18, 2024
1 parent f52f4eb commit adcf1b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit adcf1b8

Please sign in to comment.