Skip to content

Commit 4b2ad6d

Browse files
committed
Fixed pmd
1 parent b34d6c5 commit 4b2ad6d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

gradle-tasks/staticChecks.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,8 @@ checkstyle {
1919
pmd {
2020
toolVersion = "6.21.0"
2121
consoleOutput = true
22-
ruleSets = [
23-
rootProject.file("${rootDir}/gradle-tasks/pmd/ruleset.xml")
24-
]
22+
ruleSetFiles = files("${rootDir}/gradle-tasks/pmd/ruleset.xml")
23+
ruleSets = []
2524
}
2625

2726
tasks.withType(Checkstyle) {

0 commit comments

Comments
 (0)