Files
tldr/pages/common/gradle-projects.md
Emmanuel Ferdman e23a888449 gradle*: add page (#20558)
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2026-01-07 15:17:55 -08:00

416 B

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 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