2020-06-04 23:41:01 +02:00
|
|
|
apply plugin: 'pmd'
|
|
|
|
|
|
|
|
pmd {
|
2022-11-07 23:13:54 +01:00
|
|
|
toolVersion = "6.41.0"
|
2020-06-04 23:41:01 +02:00
|
|
|
ignoreFailures = true
|
|
|
|
consoleOutput = false
|
2022-11-07 23:13:54 +01:00
|
|
|
ruleSetFiles = rootProject.files('gradle/quality/pmd/category/java/bestpractices.xml')
|
2020-06-04 23:41:01 +02:00
|
|
|
}
|