We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ee58662 + 4446fbb commit 419ed99Copy full SHA for 419ed99
1 file changed
Makefile
@@ -1,9 +1,10 @@
1
-.PONY: all build test
2
-
+.PHONY: all
3
all: build
4
+.PHONY: build
5
build:
6
@./gradlew assemble --warning-mode all
7
8
+.PHONY: test
9
test:
10
@./gradlew check --warning-mode all
0 commit comments