Skip to content

Commit 59a764f

Browse files
Fixed error with builds in github CI for the project
1 parent 7f9abe1 commit 59a764f

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)