Skip to content

Commit d6017d9

Browse files
authored
Merge pull request magento#553 from bohdan-harniuk/fix-pmd-error-during-builds-in-ci
Fixed error with builds in CI for the project
2 parents 7f9abe1 + 59a764f commit d6017d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle-tasks/staticChecks.gradle

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

0 commit comments

Comments
 (0)