Skip to content

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

v7.2.4

22 Jul 06:19
2b2c092

Choose a tag to compare

  • Core alignment will add rejections in the substitution rule rather than in an aligned platform rule, and will add relevant rejections to all direct dependencies. This second part is done to ensure that rejections are not only added after resolution of direct dependencies, if the dependency is also brought in transitively.

  • Gradle 5.5.1

v7.2.3

18 Jun 23:37
1907d0d

Choose a tag to compare

Always create a new group matcher and add exception details (#103)

* Always create a new group matcher and add exception details

* remove matcher reset since we always create a new group matcher

v7.0.14

18 Jun 22:49
74a8a6b

Choose a tag to compare

Always create a group matcher to prevent thread safety issues

v7.2.2

12 Jun 21:14
6f37f51

Choose a tag to compare

Update to AlignedPlatformRules:

  • Provide more information on versions rejected via substitution rule and alignment rules interacting
  • Rejections and reasons from above are additive

v7.2.1

23 May 22:19
08769b1

Choose a tag to compare

Update to AlignedPlatformRules:

  • AlignedPlatformRule honors align rule excludes and includes
  • Transitive dependencies show rejected constraints

v7.2.0

21 May 16:49

Choose a tag to compare

  • Introduce AlignedPlatformRule for substitution and alignment interaction
  • plugin-plugin 11.2.15

v7.1.0

08 May 19:36

Choose a tag to compare

Enable cache for AlignedPlatformMetadataRule. This was disabled when gradle/gradle#8311 was detected

v7.0.13

01 May 21:28
53a2fc6

Choose a tag to compare

AlignRule - catch errors with align range and provide exception with …

v7.0.12

15 Apr 22:15

Choose a tag to compare

plugin-plugin 11.2.12

v7.0.11

12 Apr 00:14
031cd6e

Choose a tag to compare

Make AlignedPlatformMetadataRule open class

heads up @sghill