Skip to content

Commit 3269f4e

Browse files
authored
Merge branch '4.0.0-develop' into fix-bugs-tables-editing
2 parents 3ac3a8b + d6017d9 commit 3269f4e

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)