Releases: nebula-plugins/gradle-dependency-lock-plugin
v12.2.0
Fix to ensure the resolution rules configuration (from the gradle-resolution-rules-plugin) can be locked Nebula global locking.
In resolution-rules plugin 9.0.0, the resolution rules configuration was added to each subproject with a project dependency to the root project.
By adding the resolutionRules
configuration to the set of configurations to skip for each subproject when using global locking, resolutionRules
remains locked from the parent project and does not run into an error
v12.1.8
v12.1.7
v12.1.6
v12.1.5
v12.1.4
v12.1.3
v12.1.2
v12.1.1
v12.1.0
Introduce a feature Path aware dependency diffs. It can be enabled by setting this flag nebula.features.pathAwareDependencyDiff
It will change output of diffLock
tasks from flat text file to json file where you can find tree structure of updated dependencies capturing relationship between them and the project. The feature is experimental and can be changed at any time.