gradle-dependency-lock-plugin icon indicating copy to clipboard operation
gradle-dependency-lock-plugin copied to clipboard

Fix updating global locks with updateDependencies set

Open aughr opened this issue 9 years ago • 4 comments

Because dependencies are "transitive" in the global context because they're depended on by a project, we need to ensure that anything a project directly depends on is not excluded from the list of forces.

aughr avatar Feb 08 '16 21:02 aughr

Updated to scope the change in behavior to global locks only.

aughr avatar Feb 09 '16 19:02 aughr

@quidryan Does this look reasonable? Sorry to explicitly tag you, but you did touch this repo a couple of days ago :sweat_smile:

aughr avatar Feb 11 '16 16:02 aughr

@rspieldenner @nadavc Does this look OK to you?

aughr avatar Feb 28 '16 01:02 aughr

@DanielThomas Rebased on master, all green again.

aughr avatar May 14 '16 14:05 aughr