From 52805362096fbf8385049f43420de3b22c4b4982 Mon Sep 17 00:00:00 2001 From: Tyler Bochard Date: Wed, 24 Jul 2019 00:07:54 -0400 Subject: [PATCH] Update build.gradle --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }