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

Kotlin 2.0 dependencyCheckAggregate is not working #400

Open haliltprkk opened 2 months ago

haliltprkk commented 2 months ago

Recently, we updated our Kotlin version from 1.9.10 to 2.0, after this change dependencyCheck stopped working. Both the 9.0.10 and 10.0.3 versions plugin gives the error as follows,

`> Task :dependencyCheckAggregate Verifying dependencies for project ****

Task :dependencyCheckAggregate FAILED

FAILURE: Build failed with an exception.

nightm4re94 commented 2 months ago

I'm experiencing the exact same issue, would be happy to hear if there's a way around this.

nightm4re94 commented 2 months ago

It seems that this is not only related to Kotlin. I have another project where the update to Kotlin 2 did not break the dependency check tasks.