gradle-dependency-lock-plugin
gradle-dependency-lock-plugin copied to clipboard
Fix updating global locks with updateDependencies set
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.
Updated to scope the change in behavior to global locks only.
@quidryan Does this look reasonable? Sorry to explicitly tag you, but you did touch this repo a couple of days ago :sweat_smile:
@rspieldenner @nadavc Does this look OK to you?
@DanielThomas Rebased on master, all green again.