Add Agregate checkstyle task

Issue gh-393
This commit is contained in:
Rob Winch
2016-03-07 13:13:45 -06:00
parent 35b5fcdc75
commit 4be47f6b40

View File

@@ -82,6 +82,10 @@ checkstyle {
toolVersion = '6.16.1'
}
task checkstyle {
dependsOn project.tasks.findAll { task -> task.name.matches('checkstyle\\w+') }
}
eclipse {
classpath {
plusConfigurations += [ configurations.integrationTestCompile ]