We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7b3c41 commit 6af8556Copy full SHA for 6af8556
Makefile
@@ -1,5 +1,8 @@
1
.PHONY: build letter
2
3
+test:
4
+ ./gradlew test
5
+
6
build:
7
./gradlew build
8
0 commit comments