Skip to content

Commit 8b7d971

Browse files
authored
Merge pull request #554 from bohdan-harniuk/fix-pmd-error-during-builds-in-ci
Completely removed unknown property for pmd extension
2 parents d6017d9 + c0c9152 commit 8b7d971

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gradle-tasks/staticChecks.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ checkstyle {
1919
pmd {
2020
toolVersion = "6.21.0"
2121
consoleOutput = true
22-
rulesMinimumPriority = 5
2322
ruleSets = [
2423
rootProject.file("gradle-tasks/pmd/ruleset.xml")
2524
]

0 commit comments

Comments
 (0)