kordamp / jdeps-gradle-plugin

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

Fail the build when jdeps has errors #16

Closed binkley closed 2 years ago

binkley commented 3 years ago

Looking at how the Maven jdeps plugin behaves, I'd like the Gradle plugin to fail my build when there are jdeps errors.

An example is that JUnit includes a multi-version jar, and I need to tell jdeps what Java version to check for.