-
Notifications
You must be signed in to change notification settings - Fork 11
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 support is broken in Gradle 6.4 #26
Comments
Spotbugs plugin 4 was a rewrite and it works differently. I tried to update some time ago, but it wasn't simple so I postpone it. Not only group changed between 2 and 4:
but also package, so the current quality plugin is not compatible with the new spotbugs plugin. I mention this problem in docs: I will, of course, support the new spotbugs plugin but it may require some time. |
Yep, disabling SpotBugs is what we've done for now. I'm just recommending our teams to not upgrade to Gradle 6.4 for now, I don't think there were any must-have features for us anyones. Thanks for taking a look at it! |
I'm facing the same issue. My jenkins build is getting the latest Gradle whenever it builds the project. Since Gradle 6.4 released recently my build is getting failed due SpotBugs issue in ru.vyarus.quality plugin. Appreciate if we could have a fix for this soon. |
4.3.0 released |
After upgrading to Gradle 6.4 we get this error:
From what I can tell this API is no longer used in recent versions of the SpotBugs Plugin. But the quality plugin pulls in an old version.
Reading the docs it looks as though I should be able to use a newer version of the plugin by setting
but that doesn't seem to work and I still see the error. I'm wondering if it's because the group changed for the plugin?
The text was updated successfully, but these errors were encountered: