LinuxCommandLibrary

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.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community