We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d214a6 commit 01d44ecCopy full SHA for 01d44ec
1 file changed
Makefile
@@ -1,4 +1,4 @@
1
-.PHONY: update-version increment-major increment-minor increment-patch test build clean install
+.PHONY: update-version increment-major increment-minor increment-patch test build clean install format
2
3
update-version:
4
@echo "$(VERSION)" > VERSION
@@ -38,5 +38,8 @@ build:
38
clean:
39
mvn clean
40
41
+format:
42
+ @echo "Formatter not configured."
43
+
44
install:
45
mvn clean install
0 commit comments