Skip to content

Releases: dorongold/gradle-task-tree

4.0.1

08 Mar 16:36

Choose a tag to compare

  • Fix issue where failure to resolve some task details, such as task inputs, causes taskTree to fail.

4.0.0

11 Jun 14:14

Choose a tag to compare

  • Minimum supported Gradle version bumped to 7.6.
  • Compatibility with Gradle Configuration Cache.
  • Support for tasks from included builds:
    • Tasks from included builds (and their task dependency sub-trees) will appear in the task tree, just like tasks from the main build.
    • Note: Only tasks that are part of the task tree rooted at an entry task will be shown.
      Tasks from included builds that Gradle runs automatically before the main task graph is ready (e.g. :<included project>:compileJava) will not appear in the task tree.
  • The plugin no longer applies itself to all subprojects. Instead, the taskTree task is registered in all subprojects. This should slightly reduce this plugin's footprint (performance-wise) in large multi-projects.

3.0.0

29 Mar 19:29

Choose a tag to compare

  • Add option --with-description to print task descriptions
  • Omit inputs, outputs and task descriptions for repeated tree nodes

2.1.1

31 Dec 20:59

Choose a tag to compare

  • Support Gradle 7.6

2.1.0

01 Jul 20:21

Choose a tag to compare

2.0.1

01 Jul 12:00

Choose a tag to compare

  • Upgrade org.apache.commons:commons-lang3 due to vulnerability

2.0

01 Jul 11:58

Choose a tag to compare

2.0
  • Support Gradle 6.8 and make it the minimum supported Gradle version
  • Add options --with-inputs and --with-outputs to print task inputs and outputs
  • Change option --task-depth to --depth
  • Change default behavior to not repeat an already printed sub-tree. Option --no-repeat replaced with --repeat

Compatibility with Gradle 6

01 Jan 20:13

Choose a tag to compare

1.5

Bump version to 1.5

Compatibility with Gradle 5

02 Nov 15:57

Choose a tag to compare

See README.md for instructions on applying this plugin.