Options (2)
-x, --exclude-taskbooleanBuild the project while skipping tests
Example:
gradle build {{[-x|--exclude-task]}} test-i, --infobooleanBuild with more detailed logging
Example:
gradle build {{[-i|--info]}}Examples (4)
Build the project
Perform a clean build
gradle clean buildBuild the project while skipping tests
gradle build [-x|--exclude-task] testBuild with more detailed logging
gradle build [-i|--info]made by @shridhargupta | data from tldr-pages