kordamp/jdeps-gradle-plugin

Fail the build when jdeps has errors

binkley opened this issue · 0 comments

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.