Dec 19, 2016

How to build Gradle without running tests?

Build afsj by
gradle build
3 year ago when I code afsj the unit tests passed, but now
To build Gradle without running unit tests:

$ gradle build -x test

x means exclude.

No comments:

Post a Comment