gradle Command Examples

An open source build automation system. More information: https://gradle.org.

gradle build

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

gradle build --offline

gradle clean

gradle assembleRelease

gradle tasks

gradle tasks --all