dependency-check / dependency-check-gradle

The dependency-check gradle plugin is a Software Composition Analysis (SCA) tool that allows projects to monitor dependent libraries for known, published vulnerabilities.
http://jeremylong.github.io/DependencyCheck/
Apache License 2.0
361 stars 93 forks source link

Task :App:dependencyCheckAnalyze FAILED #340

Closed sahityadubey closed 1 year ago

sahityadubey commented 1 year ago

Retire JS repository is empty or missing - attempting to force the update Exception occurred initializing RetireJS Analyzer.

Task :App:dependencyCheckAnalyze FAILED

FAILURE: Build failed with an exception.

Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0. Use '--warning-mode all' to show the individual deprecation warnings. See https://docs.gradle.org/7.0.2/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 30s

jeremylong commented 1 year ago

The task downloads data from github - if you are in an offline mode you should disable the retireJS analyzer. Otherwise, you may need to configure a proxy for the retireJS analyzer.