Applied code formatting

This commit is contained in:
Jim Martens 2023-07-29 14:04:47 +02:00
parent 956380b50a
commit 713ccd9d46
2 changed files with 9 additions and 9 deletions

View File

@ -5,7 +5,7 @@ plugins {
checkstyle {
toolVersion = "10.0"
setIgnoreFailures(false)
isIgnoreFailures = false
maxWarnings = 0
configFile = rootProject.file("config/checkstyle/checkstyle.xml")