commands.sh

gradle

all

An open source build automation system.

More info →

Options (1)

-x, --exclude-taskboolean

Exclude test task

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

Examples (7)

Compile a package

Exclude test task

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

Run in offline mode to prevent Gradle from accessing the network during builds

gradle build --offline

Clear the build directory

Build an Android Package (APK) in release mode

gradle assembleRelease

List the main tasks

List all the tasks

made by @shridhargupta | data from tldr-pages