Skip to content
New issue

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

spotbugs-ant Ant dependency in wrong scope #655

Closed
twogee opened this issue Jun 8, 2018 · 0 comments
Closed

spotbugs-ant Ant dependency in wrong scope #655

twogee opened this issue Jun 8, 2018 · 0 comments
Assignees
Labels

Comments

@twogee
Copy link

twogee commented Jun 8, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants