Skip to content

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

v13.0.0

Choose a tag to compare

@rpalcolea rpalcolea released this 03 Dec 18:07

What's Changed

  • Update Gradle Wrapper to 9.2.1 by @rpalcolea in #166
  • Use Provider API and configureEach instead of all when iterating configurations by @rpalcolea in #167

Full Changelog: v12.0.0...v13.0.0

v12.0.0

Choose a tag to compare

@rpalcolea rpalcolea released this 24 Jun 22:19

What's Changed

Full Changelog: v11.5.0...v12.0.0

v11.5.0

Choose a tag to compare

@rpalcolea rpalcolea released this 13 May 21:46

What's Changed

  • Upgrade action/cache to v4 by @rpalcolea in #156
  • Gradle 8.14
  • refactor/migrate-from-gradle-enterprise-to-develocity by @rpalcolea in #161
  • NebulaResolutionRulesExtension: allow to configure include,exclude and optional through project properties by @rpalcolea in #162

Full Changelog: v11.4.1...v11.5.0

v11.4.1

Choose a tag to compare

@rpalcolea rpalcolea released this 10 Dec 19:27

What's Changed

  • Remove ReusableAction as it is not part of Gradle internal APIs anymore by @rpalcolea in #155

Full Changelog: v11.4.0...v11.4.1

v11.4.0

Choose a tag to compare

@rpalcolea rpalcolea released this 27 Nov 20:11

What's Changed

Full Changelog: v11.3.0...v11.4.0

v11.3.0

Choose a tag to compare

@DanielThomas DanielThomas released this 13 May 21:49
eb170b5
  • Parse resolution rules JSON in parallel

v11.2.0

Choose a tag to compare

@rpalcolea rpalcolea released this 03 Oct 15:54

What's Changed

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

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

v11.0.0

Choose a tag to compare

@rpalcolea rpalcolea released this 17 Aug 18:53

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

Choose a tag to compare

@OdysseusLives OdysseusLives released this 13 Apr 21:01
06c702c

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

Choose a tag to compare

@rpalcolea rpalcolea released this 04 Jan 21:29
  • Upgrade Kotlin to 1.8.0 and support Gradle 8.x