Skip to content

Commit 9de83b0

Browse files
authored
Merge branch '4.0.0-develop' into fix-entity-data-mapper-file-template-position
2 parents 8315a51 + d6017d9 commit 9de83b0

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)