Skip to content

Commit 2d72964

Browse files
committed
skip to always run tests when building
1 parent fbf96fe commit 2d72964

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ test:
1111
./gradlew test --info
1212

1313
build: clean
14-
# ./gradlew build -x test
15-
./gradlew build publishToMavenLocal
14+
./gradlew build publishToMavenLocal -x test
1615
@echo "see build/lib"
1716

1817
oobt: build

0 commit comments

Comments
 (0)