Merge pull request #2002 from gradle/ff-general-enable-build-cache-configurationExpose the 'enable' property for the whole build cache, not only connectors.
Dynamic work-in-progress in Parallel Console (#1965)Increase WIP size as more parallel work is added, now ignoring `--max-workers`.Track renderability of progress operations and do not render operations that complete immediately or aren't renderable.Issue: #1833
Show tasks loaded from the cache in summary at the end of buildAway goes the concept of “avoided” tasks, to be replaced with explicit numbers for “up-to-date” and “from cache” tasks. Percentages are also removed.
Merge pull request #2000 from gradle/ff-add-details-to-build-operation-finished-notificationExpand BuildOperationFinishedNotification interface with a details object.
Expand BuildOperationFinishedNotification interface with a details object.Build Scan Plugin might be also interested in the details, not only the result of the operation.
Expand BuildOperationFinishedNotification interface with a details object.Build Scan Plugin might be also interested in the details, not only the result of the operation.