Releases: nebula-plugins/gradle-resolution-rules-plugin
Releases · nebula-plugins/gradle-resolution-rules-plugin
v11.4.1
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
v11.3.0
- Parse resolution rules JSON in parallel
v11.2.0
What's Changed
Configuration.getObservedState()
: check forConfigurationInternal.InternalState.UNRESOLVED
only
Full Changelog: v11.0.0...v11.2.0
v11.0.0
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
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
v10.0.0
Breaking changes
v9.0.0
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
Remove Nebula alignment implementation. Core Alignment is default now…