I know that doing:
gradle dependencies
Lists the full dependency tree. Now, I\'m looking for a way to manipulate that dependencies tree program
The easiest would probably be to write your own DependencyReportRenderer implementation and then either configure the existing dependencies task to use it, or define a new task of type DependencyReportTask with your own renderer configured.
DependencyReportRenderer
dependencies
DependencyReportTask