Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.55 KB

CHANGELOG.md

File metadata and controls

39 lines (24 loc) · 1.55 KB

Smithy Gradle Plugin Changelog

0.6.0 (2021-12-01)

Features

  • Upgraded to Gradle 7.1. (#43)

Bug Fixes

  • Fixed duplicate JAR entry issue. (#43)
  • Fixed the issue where Smithy-Tags would disappear when jar task was re-run. (#47)

0.5.3 (2021-05-05)

  • Fixed the ZipFile invalid LOC header (bad signature) error that was caused by changing resource files. (#40)
  • Upgrade to Gradle 6. (#38)
  • Added documentation to plugin examples. (#35)
  • Fixed plugin path resolution when an outputDirectory has been configured. (#31)

0.5.2 (2020-09-30)

Bug Fixes

  • Fixed an issue where the system classpath separator was not used. (#28)

0.5.1 (2020-05-27)

Bug Fixes

  • Fix the behavior of building empty projects so that when no models can be found, the Gradle plugin warns instead of fails. (#24)

Features

  • Scan for a smithy-cli buildScript dependency when building models if no explicit smithy-cli or smithy-model dependency can be found. (#25)