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

Passing `-PdependencyLock.useGeneratedLock=true` is ignored by plugin

Open jotel opened this issue 8 years ago • 0 comments

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

jotel avatar Jan 24 '17 22:01 jotel