setup checkstyle, pmd
This commit is contained in:
parent
7d09b26148
commit
1232b799cd
12 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue