Closed AlexanderZobkov closed 10 months ago
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
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. Configuration cache is still not supported (not sure it's possible at all currently)
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.