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 { checkstyle {
toolVersion = '6.4.1' toolVersion = '6.4.1'
sourceSets = [sourceSets.main] sourceSets = [sourceSets.main]
configFile = rootProject.file("/checkstyle/checkstyle.xml"); configFile = rootProject.file("./checkstyle/checkstyle.xml");
showViolations = true showViolations = true
ignoreFailures = true ignoreFailures = true
} }