Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@mateuszkwiecinski mateuszkwiecinski released this 08 Jun 21:12
· 54 commits to master since this release
f45dbf8

What's Changed

  • [Breaking] Add ability to watch only configurations attached to SoftwareComponents published via maven-publish plugin - #25
    • If maven-publish is attached the plugin will now watch only configurations attached to publishable publications.
    • The implementation relies on internal gradle APIs, meaning it may break in the future Gradle versions
    • To restore previous behavior pass attachStrategy = WatchAllResolvableConfigurations option

Full Changelog: v0.2.0...v0.3.0