snippetbashTip
gradle projects — Display the sub-projects of a Gradle project. More information: <https://docs.gradle.org/current/use
Viewed 0 times
thecommandsubcliprojectsgradle projectsgradledisplay
Problem
How to use the
gradle projects command: Display the sub-projects of a Gradle project. More information: <https://docs.gradle.org/current/userguide/command_line_interface.html#listing_projects>.Solution
gradle projects — Display the sub-projects of a Gradle project. More information: <https://docs.gradle.org/current/userguide/command_line_interface.html#listing_projects>.Display all sub-projects:
gradle projectsDisplay sub-projects with their descriptions:
gradle projects {{[-i|--info]}}Display sub-projects of a specific project in a multi-project build:
gradle :{{subproject}}:projectsCode Snippets
Display all sub-projects
gradle projectsDisplay sub-projects with their descriptions
gradle projects {{[-i|--info]}}Display sub-projects of a specific project in a multi-project build
gradle :{{subproject}}:projectsContext
tldr-pages: common/gradle projects
Revisions (0)
No revisions yet.