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

Fix for an issue were -PdependencyLock.useGeneratedLock=true is ignored

Open jotel opened this issue 9 years ago • 2 comments

It looks like dependencyLock.useGeneratedLock didn't have any effect. Moreover the test code which covered that feature had invalid assertions which would be true even if the generated lock file wasn't used.

The proposed PR fixes the problem with properly constructing paths to locking files. This also should fix this issue https://github.com/nebula-plugins/gradle-dependency-lock-plugin/issues/84

jotel avatar Nov 29 '16 00:11 jotel

Hey @rspieldenner @DanielThomas , any updates on this? ;)

jotel avatar May 17 '17 21:05 jotel

Hi @jotel are you still interested on getting this fixed? would you mind rebasing with master?

rpalcolea avatar Sep 17 '19 00:09 rpalcolea