gradle-projects
Gradle subproject hierarchy viewer
TLDR
List all subprojects
$ gradle projects
List with wrapper$ ./gradlew projects
List for specific project$ gradle :[subproject]:projects
SYNOPSIS
gradle projects
DESCRIPTION
gradle projects displays a hierarchical list of all subprojects in a multi-project Gradle build. The output shows the root project and all its subprojects with their paths, helping navigate complex builds with multiple modules.
SEE ALSO
gradle(1), gradle-tasks(1)
