Releases: nebula-plugins/gradle-resolution-rules-plugin
Releases · nebula-plugins/gradle-resolution-rules-plugin
v1.4.0
- Make it so we are not eagerly resolving the different configurations. Will only resolve when gradle resolves the configuration.
v1.3.0
Prevent align rules from trying to align project dependencies: adding a version causes Gradle to attempt to resolve as an external dependency.
v1.2.3
Fix NPE on unresolved dependencies.
v1.2.2
- BUGFIX: Handle circularish dependencies B compile dependency on A, A testCompile dependency on B
v1.2.1
- BUGFIX: Make sure resolutionRules configuration can be locked by nebula.dependency-lock
- BUGFIX: Allow other changes to configurations.all and associated resolutionStrategy
v1.2.0
- Allow opt out of rules for shared company wide rules that apply to your project, e.g. there is a common align rule for a:foo and a:bar and you produce them
- Performance improvement if there are multiple align rules
- BUGFIX for unresolvable dependencies fixed by a resolution rule
v1.1.5
- Fix interaction bug with nebula.dependency-recommender (omitted versions causing issues)
- Fix interaction bug with spring-boot plugin (omitted versions causing issues)
- Fix handling of dependency graphs with cycles in them
v1.1.4
- Remove dependency on jackson libraries
v1.1.3
Actually add nebula.resolution-rules-producer to gradle plugin portal
v1.1.2
Add publishing block for the nebula.resolution-rules-producer plugin