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.

INSTALL

sudo pacman -S gradle
sudo apk add gradle
brew install gradle
nix profile install nixpkgs#gradle

SEE ALSO

gradle(1), gradle-tasks(1)

RESOURCES

Documentation