dorongold / gradle-task-tree

Gradle plugin that adds a 'taskTree' task that prints task dependency tree
Apache License 2.0
857 stars 56 forks source link

Introduce --task-depth option #29

Closed jhansche closed 5 years ago

jhansche commented 5 years ago

Descends at most n levels into the task dependencies. Any remaining children will be truncated to a single ... report child, to indicate that the subtree has been omitted.

Resolves #17 A side effect also resolves #27 as well.

jhansche commented 5 years ago

Note that because this also resolves #27, if this one is merged it will render #28 obsolete.

dorongold commented 5 years ago

Thanks for adding this feature (and solving the bug)! Sorry for my delay in arriving to this... I have now merged this. I will add some edge-case handling before publishing a new plugin version.