You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a new Android App, include id("org.owasp.dependencycheck") version "12.0.2" // into the build.gradle.kts file, build the project and run ./gradlew dependencyCheckAnalyze in the root of the Android project.
I tried it with an existing app, that was using dependency-check 9.0.2 without errors, after upgrading gradle and using the latest dependency check I am getting this error. Same behaviour with a blank Android App that I build from scratch.
Expected behavior
Executing the scan and creating the HTML report.
The text was updated successfully, but these errors were encountered:
Describe the bug
A clear and concise description of what the bug is.
Version of dependency-check used
The problem occurs using version 11.1.1 and 12.0.2 of the gradle plugin in Android Studio.
Log file
https://gist.github.com/sushi2k/c968089aa8463c65ddea5181ac497201
To Reproduce
Steps to reproduce the behavior:
Create a new Android App, include
id("org.owasp.dependencycheck") version "12.0.2" //
into the build.gradle.kts file, build the project and run./gradlew dependencyCheckAnalyze
in the root of the Android project.I tried it with an existing app, that was using dependency-check 9.0.2 without errors, after upgrading gradle and using the latest dependency check I am getting this error. Same behaviour with a blank Android App that I build from scratch.
Expected behavior
Executing the scan and creating the HTML report.
The text was updated successfully, but these errors were encountered: