Add checkStyle to the testAl Gradle task
There is no CheckStyle process when we would like to run `testAll`
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user