Skip to content

Commit

Permalink
minor wording fix to CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
dorongold committed Jun 11, 2024
1 parent e1882f5 commit 2846500
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Version 4.0.0 (2024-06-11)
* 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.
* **Note**: Only tasks that are part of a task tree rooted at an entry task (a task given to the gradle command) will be shown.
Tasks from included builds that Gradle runs automatically before the main task graph is ready (e.g. `:<included project>:compileJava`) may 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.


Expand Down

0 comments on commit 2846500

Please sign in to comment.