Gradle tasks Task
Jump to navigation
Jump to search
Internal
Overview
A Gradle built-in task that displays the tasks runnable from the project, grouped by their task group, and displaying their description.
Listing All Available Tasks
gradle tasks --all
Listing Tasks for a Project
gradle :projectA:tasks [--all]