dep-scan
dep-scan copied to clipboard
Bug: Error when scanning Gradle Project
Expected Behavior
Scanning java files in file system.
Actual Behavior
BUILD FAILED in 361ms
- Check if the correct version of java and gradle are installed and available in PATH. For example, some project might require Java 11 with gradle 7. cdxgen container image bundles Java 21 with gradle 8 which might be incompatible.
- Try running cdxgen with the unofficial JDK11-based image
ghcr.io/appthreat/cdxgen-java:v10
. Obtained only 0 from 1 jars
Steps to Reproduce
No response
Additional Information
No response