Skip to content

Commit 4a03565

Browse files
committedApr 5, 2023
Fixed checkstyle declaration 4
1 parent f448be5 commit 4a03565

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎gradle-tasks/staticChecks.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ checkstyle {
1313
toolVersion = "10.9.3"
1414
ignoreFailures = false
1515
maxWarnings = 0
16-
configFile rootProject.file("gradle-tasks/checkstyle/checkstyle.xml")
16+
configFile rootProject.file("${rootDir}/gradle-tasks/checkstyle/checkstyle.xml")
1717
}
1818

1919
pmd {
2020
toolVersion = "6.21.0"
2121
consoleOutput = true
2222
ruleSets = [
23-
rootProject.file("gradle-tasks/pmd/ruleset.xml")
23+
rootProject.file("${rootDir}/gradle-tasks/pmd/ruleset.xml")
2424
]
2525
}
2626

0 commit comments

Comments
 (0)