gradle-dependency-lock-plugin
gradle-dependency-lock-plugin copied to clipboard
Passing `-PdependencyLock.useGeneratedLock=true` is ignored by plugin
The dependencyLock.useGeneratedLock project property does not 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.
This fix is provided in this PR: https://github.com/nebula-plugins/gradle-dependency-lock-plugin/pull/113