Releases: usefulness/maven-sympathy
Releases · usefulness/maven-sympathy
v0.3.0
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
- If
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- Make the behavior on dependency version mismatch configurable
Full Changelog: v0.1.3...v0.2.0
v0.1.3
v0.1.2
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
First release available on Gradle Plugin Portal
v0.1.0
Initial project release