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

Gradle plugin prints Findbugs #291

Closed
kec2 opened this issue Jul 29, 2017 · 2 comments
Closed

Gradle plugin prints Findbugs #291

kec2 opened this issue Jul 29, 2017 · 2 comments

Comments

@kec2
Copy link

kec2 commented Jul 29, 2017

Using the Gradle plugin spotbugs reports Fingsbugs in list of tasks. That is confusing.

build.gradle

plugins {
    id 'com.github.spotbugs' version '1.2'
}
tasks.each {
// print the name of the task
    println it
}

result:

...
task ':findbugsMain'
task ':findbugsTest'
...
johnscancella added a commit to johnscancella/spotbugs that referenced this issue Jul 31, 2017
@johnscancella
Copy link
Contributor

The next time they publish the gradle plugin this should be fixed. They already changed the name with commit 63eecbd

@KengoTODA KengoTODA added this to the SpotBugs 3.1.0 milestone Aug 7, 2017
KengoTODA added a commit to KengoTODA/spotbugs that referenced this issue Aug 7, 2017
KengoTODA added a commit to KengoTODA/spotbugs that referenced this issue Aug 7, 2017
iloveeclipse pushed a commit that referenced this issue Aug 8, 2017
@iloveeclipse iloveeclipse mentioned this issue Aug 10, 2017
21 tasks
@iloveeclipse
Copy link
Member

I think we are done here. Feel free to reopen if I've missed something.

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

No branches or pull requests

4 participants