We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbf96fe commit 2d72964Copy full SHA for 2d72964
1 file changed
Makefile
@@ -11,8 +11,7 @@ test:
11
./gradlew test --info
12
13
build: clean
14
-# ./gradlew build -x test
15
- ./gradlew build publishToMavenLocal
+ ./gradlew build publishToMavenLocal -x test
16
@echo "see build/lib"
17
18
oobt: build
0 commit comments