LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

gradle-projects

Gradle subproject hierarchy viewer

TLDR

List all subprojects
$ gradle projects
copy
List with wrapper
$ ./gradlew projects
copy
List for specific project
$ gradle :[subproject]:projects
copy

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
copy
sudo apk add gradle
copy
brew install gradle
copy
nix profile install nixpkgs#gradle
copy

SEE ALSO

RESOURCES

Copied to clipboard
Kai