Gradle quality plugin released
The plugin was reworked to:
- Fix configuration cache support
- Completely fix build cache support
- Simplify new tools support addition
Due to new restrictions (checkstyle 11 requires java 17, spotbugs 4.9 requires java 11), plugin now enable tools based on current java version (so on CI checkstyle would be executed on java 17, but not enabled on java 11 build).
And spotbugs plugin must be applied manually now - it was unavoidable in order to not loose java 8 support (e.g. for groovy projects, not using spotbugs at all).