This changelog format is based on Keep a Changelog.
This project adheres to Semantic Versioning.
- Upgrade
org.apache.commons:commons-lang3
due to vulnerability
- 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
- 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
)