-
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
Update Spotbugs Gradle plugin to 5.1.4 #94
Comments
Sure, will do. I was keeping old version for backwards compatibility with old gradle versions (as long as I can). |
@xvik, are there any updates? This issue is the only one that keeps us from upgrading to Gradle 8. |
No updates yet. I will look this in priority |
upgrade to spotbugs gradle plugin 5.2.5 (#94), remove spotbugsShowStackTraces (not used by plugin anymore), remove custom spotbugs xsl file usage for html report generation (use native html report instead)
Spotbugs plugin updated to the latest 5.x plugin version (because 6.x drops gradle 7 and java 8 support) I also removed all deprecated apis usage, so there should be no warnings now. One downside of new gradle apis usage is that console report might appear not directly below quality task, but only in strict mode (I can't do anything with it) Gradle 5 and 6 support was dropped (due to switching to groovy 3). |
When using this quality plugin with Gradle 8.2.1, Gradle reports that API used in Spotbugs Gradle plugin (4.8.0) is deprecated.
Let's upgrade Spotbugs Gradle plugin to 5.1.4 for Gradle 8.x compatibility purposes.
The text was updated successfully, but these errors were encountered: