Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Release v2.0

Compare
Choose a tag to compare
@tasomaniac tasomaniac released this 30 Jan 21:00
· 22 commits to develop since this release
0e61093

This is a major release with many improvements on how the plugin is configured.

New

Improvements

  • Full documentation on public configuration on command extension #129
  • Clean-up sample project #126

Deprecations

  • task methods in the extension are deprecated. Instead use the provided and documented DSL's to configure custom tasks. With this change,
    • Generated tasks are more consistent
    • usage is nicer-looking thanks to Groovy DSL
  • sortBySubtasks is deprecated and not used internally in the plugin.
    • Tasks are not categorized by variant or simply task names anymore.
    • Instead, each provided DSL has more meaningful category.