We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f515234 commit 8e8b711Copy full SHA for 8e8b711
gradle-tasks/staticChecks.gradle
@@ -21,7 +21,7 @@ pmd {
21
consoleOutput = true
22
rulePriority = 5
23
ruleSets = [
24
- "gradle-tasks/pmd/ruleset.xml"
+ rootProject.file("gradle-tasks/pmd/ruleset.xml")
25
]
26
}
27
0 commit comments