Skip to content

Releases: nebula-plugins/gradle-resolution-rules-plugin

v1.4.0

11 May 20:18

Choose a tag to compare

  • Make it so we are not eagerly resolving the different configurations. Will only resolve when gradle resolves the configuration.

v1.3.0

13 May 04:05

Choose a tag to compare

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

13 May 04:06

Choose a tag to compare

Fix NPE on unresolved dependencies.

v1.2.2

25 Apr 23:30

Choose a tag to compare

  • BUGFIX: Handle circularish dependencies B compile dependency on A, A testCompile dependency on B

v1.2.1

19 Apr 18:29

Choose a tag to compare

  • 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

12 Apr 17:48

Choose a tag to compare

  • 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

31 Mar 23:19

Choose a tag to compare

  • 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

22 Mar 23:37

Choose a tag to compare

  • Remove dependency on jackson libraries

v1.1.3

21 Mar 19:25

Choose a tag to compare

Actually add nebula.resolution-rules-producer to gradle plugin portal

v1.1.2

21 Mar 19:16

Choose a tag to compare

Add publishing block for the nebula.resolution-rules-producer plugin