project: Bump checkstyle

This commit is contained in:
Owain van Brakel
2021-11-06 06:37:38 +01:00
parent 8be8b50a52
commit 2a78ca4c4d

View File

@@ -110,7 +110,7 @@ subprojects {
configure<CheckstyleExtension> {
maxWarnings = 0
toolVersion = "8.25"
toolVersion = "9.1"
isShowViolations = true
isIgnoreFailures = false
}