Skip to content

Commit 8e8b711

Browse files
author
Vitaliy Boyko
committed
Fixed staticChecks.gradle
1 parent f515234 commit 8e8b711

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
@@ -21,7 +21,7 @@ pmd {
2121
consoleOutput = true
2222
rulePriority = 5
2323
ruleSets = [
24-
"gradle-tasks/pmd/ruleset.xml"
24+
rootProject.file("gradle-tasks/pmd/ruleset.xml")
2525
]
2626
}
2727

0 commit comments

Comments
 (0)