KhangDjango
A technical blog
Pages
Home
Symfony
Laravel
AngularJs
Outsource
Change our life
Tools
Work with us
Dịch vụ
Showing posts with label
unit tests
.
Show all posts
Showing posts with label
unit tests
.
Show all posts
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.
Older Posts
Home