dependency-check-gradle
dependency-check-gradle copied to clipboard
Latest build isn't compatible with old versions of gradle anymore (pre 4.0)
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.