Skip to content

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

v7.4.2

01 Oct 22:45
26764bd
Compare
Choose a tag to compare

Ignore ktlint configurations to prevent issues when applying both plugins

v7.4.1

11 Sep 01:08
Compare
Choose a tag to compare
com.netflix.nebula:nebula-gradle-interop:1.0.10

v7.4.0

09 Sep 17:25
Compare
Choose a tag to compare

Remove usage of deprecated DefaultVersionSelectorScheme constructor

v7.3.0

12 Aug 23:04
1e58d4d
Compare
Choose a tag to compare
  • Apply ReusableAction to AlignedPlatformMetadataRule
  • plugin-plugin 12.0.0

v7.2.5

31 Jul 19:02
ef5c2a8
Compare
Choose a tag to compare

Remove rejections in substitution rule that had been applied for Gradle core alignment

v7.2.4

22 Jul 06:19
2b2c092
Compare
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
Compare
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
Compare
Choose a tag to compare

Always create a group matcher to prevent thread safety issues

v7.2.2

12 Jun 21:14
6f37f51
Compare
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
Compare
Choose a tag to compare

Update to AlignedPlatformRules:

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