Skip to content

Releases: nebula-plugins/gradle-dependency-lock-plugin

v12.2.0

01 Dec 18:42
fb4342f
Compare
Choose a tag to compare

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

30 Nov 20:25
bb2e5a3
Compare
Choose a tag to compare

Add selection reasons into path aware diff elements to allow more customization for description at the visualization side. Description from change element will be removed later.

v12.1.7

29 Nov 22:59
fa10d9f
Compare
Choose a tag to compare

Capture requested version in path aware dependency diff. It will enable conflict resolution analysis on visualization side.

v12.1.6

23 Nov 22:01
ccc186f
Compare
Choose a tag to compare

Add status to each dependency node in path aware dependency diff. That allows us better highlight changing modules that can be different even though the version number is still the same.

v12.1.5

17 Nov 02:21
1ccb7b5
Compare
Choose a tag to compare

Fix handling cyclic dependencies for path aware dependency diff

v12.1.4

04 Nov 00:19
e1a64a1
Compare
Choose a tag to compare

Fix merging of configurations that has the same content.

v12.1.3

03 Nov 18:46
e0dec84
Compare
Choose a tag to compare

Fix ordering of submodules in path aware diff

v12.1.2

02 Nov 22:07
cfd9088
Compare
Choose a tag to compare

Improve construction of path aware diff to avoid duplicates and not important paths, improve messages for description of change cause

v12.1.1

27 Oct 20:24
831b59b
Compare
Choose a tag to compare

Improve construction of path aware diff to avoid duplicates and not important paths

v12.1.0

04 Oct 21:47
08d9db5
Compare
Choose a tag to compare

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.