mirror of https://github.com/apache/kafka.git
MINOR: checkstyle version upgrade: 8.20 -> 8.36.2 (#10656)
Details: * Release notes: https://checkstyle.org/releasenotes.html#Release_8.36.2 * Checkstyle version 8.42 should be skipped (lots of false positives, see here: https://github.com/checkstyle/checkstyle/issues/9957) * More recent Checkstyle versions (i.e. 8.37 and above) are imposing more strict indentation rules.
This commit is contained in:
parent
f1ef21f70a
commit
d934647484
|
@ -59,7 +59,7 @@ versions += [
|
||||||
apacheds: "2.0.0-M24",
|
apacheds: "2.0.0-M24",
|
||||||
argparse4j: "0.7.0",
|
argparse4j: "0.7.0",
|
||||||
bcpkix: "1.66",
|
bcpkix: "1.66",
|
||||||
checkstyle: "8.20",
|
checkstyle: "8.36.2",
|
||||||
commonsCli: "1.4",
|
commonsCli: "1.4",
|
||||||
gradle: "6.8.3",
|
gradle: "6.8.3",
|
||||||
grgit: "4.1.0",
|
grgit: "4.1.0",
|
||||||
|
|
Loading…
Reference in New Issue