commands.sh

gradle tasks

all

List available tasks in a Gradle project.

More info →

Examples (4)

List the main tasks

List all tasks including subtasks

List tasks in a specific group

gradle tasks --group group_name

List tasks for a specific subproject

gradle :subproject:tasks
made by @shridhargupta | data from tldr-pages