commands.sh

gradle projects

all

Display the sub-projects of a Gradle project.

More info →

Options (1)

-i, --infoboolean

Display sub-projects with their descriptions

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

Examples (3)

Display all sub-projects

Display sub-projects with their descriptions

gradle projects [-i|--info]

Display sub-projects of a specific project in a multi-project build

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