Update build.gradle
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user