- Upgraded to Gradle 7.1. (#43)
- Fixed duplicate JAR entry issue. (#43)
- Fixed the issue where Smithy-Tags would disappear when
jar
task was re-run. (#47)
- 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)
- Fixed an issue where the system classpath separator was not used. (#28)
- Fix the behavior of building empty projects so that when no models can be found, the Gradle plugin warns instead of fails. (#24)
- Scan for a smithy-cli buildScript dependency when building models if no explicit smithy-cli or smithy-model dependency can be found. (#25)