This changelog format is based on Keep a Changelog.
This project adheres to Semantic Versioning.
- Compatibility with gradle 6
- Add
--task-depth
option to limit tree depth. - Fix bug:
No such property task for class TransformInfo$ChainedTransformInfo
- Compatibility with gradle version 5.0-milestone-1
- Compatibility with all gradle versions >= 2.3
- Update gradle wrapper to 3.4
- Better multi-project handling:
- Applying the plugin on the root project adds the taskTree task to all child projects.
- Applying the plugin under
allrojects
orsubprojects
exhibits the same behavior (and does not fail anymore due totask taskTree is already defined
)