diff --git a/build.gradle b/build.gradle index db815378b3..4ee3e575a7 100644 --- a/build.gradle +++ b/build.gradle @@ -27,7 +27,7 @@ subprojects { checkstyle { toolVersion = '6.4.1' sourceSets = [sourceSets.main] - configFile = rootProject.file("/checkstyle/checkstyle.xml"); + configFile = rootProject.file("./checkstyle/checkstyle.xml"); showViolations = true ignoreFailures = true }