Skip to content

Releases: usefulness/maven-sympathy

v0.3.0

08 Jun 21:12
f45dbf8
Compare
Choose a tag to compare

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

v0.2.0

30 Mar 21:38
9411f67
Compare
Choose a tag to compare

What's Changed

  • Make the behavior on dependency version mismatch configurable

Full Changelog: v0.1.3...v0.2.0

v0.1.3

30 Mar 17:30
6581f2e
Compare
Choose a tag to compare

What's Changed

  • Ensure reporting extension is available in #7

Full Changelog: v0.1.2...v0.1.3

v0.1.2

30 Mar 16:59
8728fab
Compare
Choose a tag to compare

What's Changed

  • Ignore dependencies without versions, fix handling non-resolvable configurations in #6

Full Changelog: v0.1.1...v0.1.2

v0.1.1

30 Mar 12:16
d84bd11
Compare
Choose a tag to compare

First release available on Gradle Plugin Portal

v0.1.0

30 Mar 12:03
7eca705
Compare
Choose a tag to compare

Initial project release