kordamp / jdeps-gradle-plugin

Run JDeps on a Gradle build

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fail the build when jdeps has errors

binkley opened this issue · 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.