Download Latest Version 4.0.1 source code.tar.gz (80.8 kB)
Email in envelope

Get an email when there's a new version of Gradle Task Tree

Home / 4.0.0
Name Modified Size InfoDownloads / Week
Parent folder
4.0.0 source code.tar.gz 2024-06-11 79.7 kB
4.0.0 source code.zip 2024-06-11 100.4 kB
README.md 2024-06-11 765 Bytes
Totals: 3 Items   180.9 kB 0
  • 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.
Source: README.md, updated 2024-06-11