Release notes

Features

  • #7 - Use a model-based approach. Simplified declaration of tools method and added an additional executable method.

Bugs

  • #4 - Does not support distributions lacking a root directory.

Other

  • #5 - Migrated build to YSF 0.6.0 and upgraded to Grolifant 5.8.1

  • #6 - Dropped org.ysb33r.grabaprop plugin.

Breaking changes

  • The org.ysb33r.grabaprop plugin has been dropped. If you need to resolve properties in the grabaprop way, either apply the org.ysb33r.grabatool plugin OR the org.ysb33r.utilities plugin and use the grolifantOps.resolveProperty DSL method.

  • When defining a custom tool the version must be supplied as part of the URI calculator.

  • The grabatool.get('name') has been dropped. Use grabatool.tools.name.location instead.