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
Ant should be in "provided" rather than "compile" scope in the POM. Currently, the classpath created by
<ivy:cachepath organisation="com.github.spotbugs" module="spotbugs-ant" revision="3.1.3" conf="default" inline="true" pathid="spotbugs.classpath"/>
contains ant and ant-launcher jars that are superfluous. In Gradle terms, Ant must be compileOnly.
The text was updated successfully, but these errors were encountered:
fix #655: dependency on Ant should be compileOnly (provided in Maven'…
8d69c63
…s term)
2c014ef
KengoTODA
No branches or pull requests
Ant should be in "provided" rather than "compile" scope in the POM. Currently, the classpath created by
contains ant and ant-launcher jars that are superfluous. In Gradle terms, Ant must be compileOnly.
The text was updated successfully, but these errors were encountered: