commands.sh

gradle build

all

Build a project using Gradle.

More info →

Options (2)

-x, --exclude-taskboolean

Build the project while skipping tests

Example: gradle build {{[-x|--exclude-task]}} test
-i, --infoboolean

Build with more detailed logging

Example: gradle build {{[-i|--info]}}

Examples (4)

Build the project

Perform a clean build

Build the project while skipping tests

gradle build [-x|--exclude-task] test

Build with more detailed logging

gradle build [-i|--info]
made by @shridhargupta | data from tldr-pages