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.
2 parents 3ac3a8b + d6017d9 commit 3269f4eCopy full SHA for 3269f4e
gradle-tasks/staticChecks.gradle
@@ -19,7 +19,7 @@ checkstyle {
19
pmd {
20
toolVersion = "6.21.0"
21
consoleOutput = true
22
- rulePriority = 5
+ rulesMinimumPriority = 5
23
ruleSets = [
24
rootProject.file("gradle-tasks/pmd/ruleset.xml")
25
]
0 commit comments