Add group and description for tasks
This commit is contained in:
parent
65504adcb2
commit
5960d4d97d
@ -13,5 +13,7 @@ tasks.withType(Checkstyle) {
|
||||
}
|
||||
|
||||
task checkstyle {
|
||||
group = 'Verification'
|
||||
description = 'Runs Checkstyle analysis for all classes.'
|
||||
dependsOn tasks.withType(Checkstyle)
|
||||
}
|
@ -12,5 +12,7 @@ tasks.withType(FindBugs) {
|
||||
}
|
||||
|
||||
task findbugs {
|
||||
group = 'Verification'
|
||||
description = 'Runs FindBugs analysis for all classes.'
|
||||
dependsOn tasks.withType(FindBugs)
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user