dependency-check-gradle icon indicating copy to clipboard operation
dependency-check-gradle copied to clipboard

Latest build isn't compatible with old versions of gradle anymore (pre 4.0)

Open breathermachine opened this issue 3 years ago • 0 comments

In file, AbstractAnalyze.groovy the method processConfigLegacy() calls addInfoToDependencies() with the wrong set of arguments, this causes confusing build messages when running the analyzer on Gradle versions pre 4.0

If Gradle versions prior to 4.0 are no longer supported by latest versions of this plugin, then the plugin should say so.

EDIT: I believe it's this commit that broke pre 4.0 support.

breathermachine avatar Oct 11 '22 17:10 breathermachine