Skip to content

6.1.0

Latest

Choose a tag to compare

@xvik xvik released this 20 Mar 14:56
· 7 commits to master since this release
  • Fix source sets with a capital letter in the name (like integrationTest) support (#134)
  • Checkstyle:
    • Add support for checkstyle 13 (requiring java 21): checkstyle plugin will be disabled on lower java versions.
    • Add quality.suppressCheckstyleRules option to be able to remove rules from the default xml config (automatic config modification)
    • When auto fallback is enabled, incompatible rules disabled automatically (using new suppression option)
    • Update version 11.0.1 -> 12.3.1 (not 13 to avoid java 21 requirement in this release, next version will update it)
    • Add HexLiteralCase
    • Add TextBlockGoogleStyleFormatting
  • Pmd
  • Codenarc
    • Add quality.suppressCodenarcRules option to be able to remove rules from the default xml config (automatic config modification)
    • Update version 3.6.0 -> 3.7.0
  • Spotbugs
    • Add quality.suppressSpotbugsRules option to be able to remove rules without exclusions xml config modification (automatic config modification)
    • Update version 4.9.4 -> 4.9.8