Skip to content

Commit

Permalink
Update makefile to use mvnw
Browse files Browse the repository at this point in the history
  • Loading branch information
mallport committed Nov 15, 2023
1 parent dfc7b83 commit 88c6c47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ default: | help

.PHONY: build
build: ## Build project and install to you local maven repo
mvn clean install
./mvnw clean install

.PHONY: release-dryrun
release-dryrun: ## Simulate a release in order to detect any issues
Expand Down

0 comments on commit 88c6c47

Please sign in to comment.