I want to execute gradle build without executing the unit tests. I tried:
gradle build
$ gradle -Dskip.tests build
That doesn\'t seem to
gradle build -x test --parallel
If your machine has multiple cores. However, it is not recommended to use parallel clean.