Skip to content

Commit

Permalink
build is easier to remember than build-jar
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcz committed May 27, 2021
1 parent 01b61dc commit 11dc399
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
GIT_TAG := $(shell git describe --tags 2>/dev/null)

.PHONY: all
all: clean test build-jar
all: clean test build

.PHONY: build-jar
build-jar: clean
.PHONY: build
build: clean
./gradlew --console plain -Pversion=${GIT_TAG} shadowJar

.PHONY: clean
Expand Down

0 comments on commit 11dc399

Please sign in to comment.