setup checkstyle, pmd

This commit is contained in:
Jörg Prante 2022-11-07 20:25:56 +01:00
parent 7d09b26148
commit 1232b799cd
12 changed files with 1 additions and 1 deletions

View file

@ -4,7 +4,7 @@ checkstyle {
toolVersion '9.2.1'
showViolations = true
ignoreFailures = true
configFile rootProject.file("gradle/config/checkstyle/checkstyle.xml")
configFile rootProject.file("gradle/quality/checkstyle.xml")
}
tasks.withType(Checkstyle) {