We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
jdeps
The text was updated successfully, but these errors were encountered:
20e50c7
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: