We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f448be5 commit 4a03565Copy full SHA for 4a03565
gradle-tasks/staticChecks.gradle
@@ -13,14 +13,14 @@ checkstyle {
13
toolVersion = "10.9.3"
14
ignoreFailures = false
15
maxWarnings = 0
16
- configFile rootProject.file("gradle-tasks/checkstyle/checkstyle.xml")
+ configFile rootProject.file("${rootDir}/gradle-tasks/checkstyle/checkstyle.xml")
17
}
18
19
pmd {
20
toolVersion = "6.21.0"
21
consoleOutput = true
22
ruleSets = [
23
- rootProject.file("gradle-tasks/pmd/ruleset.xml")
+ rootProject.file("${rootDir}/gradle-tasks/pmd/ruleset.xml")
24
]
25
26
0 commit comments