Add checkStyle to the testAl Gradle task

There is no CheckStyle process when we would like to run `testAll`
This commit is contained in:
Artem Bilan
2016-12-09 12:43:01 -05:00
parent 295d609eb3
commit fc5c90c480

View File

@@ -204,7 +204,7 @@ subprojects { subproject ->
}
}
task testAll(type: Test)
task testAll(type: Test, dependsOn: [checkstyleMain, checkstyleTest])
tasks.withType(Test).all {
// suppress all console output during testing unless running `gradle -i`