Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 997 Bytes

CHANGELOG.md

File metadata and controls

29 lines (21 loc) · 997 Bytes

Changelog

This changelog format is based on Keep a Changelog.
This project adheres to Semantic Versioning.

Version 1.5 (2020-01-01)

  • Compatibility with gradle 6

Version 1.4 (2019-06-01)

  • Add --task-depth option to limit tree depth.
  • Fix bug: No such property task for class TransformInfo$ChainedTransformInfo

Version 1.3.1 (2018-10-08)

  • Compatibility with gradle version 5.0-milestone-1

Version 1.3 (2017-03-04)

  • 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 or subprojects exhibits the same behavior (and does not fail anymore due to task taskTree is already defined)