Skip to content

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

v11.3.0

13 May 21:49
eb170b5
Compare
Choose a tag to compare
  • Parse resolution rules JSON in parallel

v11.2.0

03 Oct 15:54
Compare
Choose a tag to compare

What's Changed

  • Configuration.getObservedState(): check for ConfigurationInternal.InternalState.UNRESOLVED only

Full Changelog: v11.0.0...v11.2.0

v11.0.0

17 Aug 18:53
Compare
Choose a tag to compare

What's Changed

  • NebulaResolutionRulesExtension: override setters to avoid losing include/exclude/optional rules by @rpalcolea in #148

Full Changelog: v10.2.0...v11.0.0

v10.2.0

13 Apr 21:01
06c702c
Compare
Choose a tag to compare

Add archives and bootArchives configurations to list of configurations to not apply resolution rules to. These configurations are not used to hold dependencies and do not need resolution rules applied.

v10.1.0

04 Jan 21:29
Compare
Choose a tag to compare
  • Upgrade Kotlin to 1.8.0 and support Gradle 8.x

v10.0.0

10 Oct 22:19
Compare
Choose a tag to compare

v9.0.0

05 Oct 17:36
85d1bfc
Compare
Choose a tag to compare

Breaking changes

  • Switch to build service for sharing resolved rules between projects
  • The plugin exposes a resolutionRules configuration on each project now
  • Remove Nebula alignment implementation. Gradle Core Alignment is default now
  • JDK 17 support

v9.0.0-rc.3

30 Sep 21:35
dfb8a5b
Compare
Choose a tag to compare
Remove Nebula alignment implementation. Core Alignment is default now…

… (#138)

* Switch to build service for sharing resolved rules between projects

* ResolutionRulesPluginSpec.groovy: add test that shows issue with rejection rule when requested version is valid but still rejected

* Fix issue with version selector not being available when applying reject rule

* Remove Nebula alignment implementation. Core Alignment is default now

Co-authored-by: Danny Thomas <dannyt@netflix.com>

v9.0.0-rc.2

29 Sep 19:37
Compare
Choose a tag to compare
Fix issue with version selector not being available when applying rej…

…ect rule

v9.0.0-rc.1

24 Sep 00:24
Compare
Choose a tag to compare
Switch to build service for sharing resolved rules between projects