Comply with checkstyle again
This commit is contained in:
parent
e67b20dee0
commit
af4c7ba214
36 changed files with 329 additions and 74 deletions
|
|
@ -43,9 +43,9 @@ subprojects {
|
|||
toolVersion "8.25"
|
||||
configFile = rootProject.file('config/checkstyle/checkstyle.xml')
|
||||
|
||||
// ignoreFailures = false
|
||||
// maxErrors = 0
|
||||
// maxWarnings = 0
|
||||
ignoreFailures = false
|
||||
maxErrors = 0
|
||||
maxWarnings = 0
|
||||
}
|
||||
|
||||
shadowJar.dependsOn checkstyleMain, checkstyleTest, test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue