kordamp / jdeps-gradle-plugin

Run JDeps on a Gradle build
Apache License 2.0
35 stars 10 forks source link

Upgrade to Gradle 7.1 fails #19

Closed binkley closed 3 years ago

binkley commented 3 years ago

I'm seeing this when moving to Gradle 7.1 from 7.0.2:

* What went wrong:
Execution failed for task ':jdepsReport'.
> Configuration with name 'runtime' not found.

My only configuration in build.gradle is:

jdepsReport {
    multiReleaseJars = [".*": "$jdkVersion"]
}

I don't have multi-release jars, but some dependencies do.

aalmiray commented 3 years ago

Probable duplicate of https://github.com/kordamp/jdeps-gradle-plugin/issues/17