Update build.gradle

This commit is contained in:
Tyler Bochard
2019-07-24 00:07:54 -04:00
committed by GitHub
parent 21fd4c0364
commit 5280536209

View File

@@ -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
}