mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
commit
523a4f1199
2 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ task checkstyle(type: Checkstyle) {
|
|||
|
||||
task pmd(type: Pmd) {
|
||||
ignoreFailures = true
|
||||
ruleSetFiles = files("${project.rootDir}/ruleset.xml")
|
||||
ruleSetFiles = files("${project.rootDir}/script/style/ruleset.xml")
|
||||
ruleSets = []
|
||||
|
||||
source 'src'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue