gradle-dependency-lock-plugin
gradle-dependency-lock-plugin copied to clipboard
Fix for an issue were -PdependencyLock.useGeneratedLock=true is ignored
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
Hey @rspieldenner @DanielThomas , any updates on this? ;)
Hi @jotel are you still interested on getting this fixed? would you mind rebasing with master?