You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update checkstyle 9.1 -> 10.3.1
IMPORTANT: Checkstyle 10 requires java 11, but plugin will automatically switch to backports for lower jre.
Additional maven repository would be registered if required (LIMITED to checkstyle only)
Warning in log would clearly indicate when backport is used
New option: quality.checkstyleBackport (by default true for jre < 11)
Option might be used to force backport for java >=11 or to disable backport at all
New option: quality.codenarcGroovy4 (by default, true)
Since codenarc 3.1 separate groovy4-based codenarc jar produced (codenarc-groovy4)
It would be used by default because groovy 4 has better adoption for newer JDKs
(codenarc task started with its own groovy so it does not restrict gradle version)
If you need to use older codenarc version then switch this option off manually