We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65504ad commit 5960d4dCopy full SHA for 5960d4d
2 files changed
gradle/checkstyle.gradle
@@ -13,5 +13,7 @@ tasks.withType(Checkstyle) {
13
}
14
15
task checkstyle {
16
+ group = 'Verification'
17
+ description = 'Runs Checkstyle analysis for all classes.'
18
dependsOn tasks.withType(Checkstyle)
19
gradle/findbugs.gradle
@@ -12,5 +12,7 @@ tasks.withType(FindBugs) {
12
task findbugs {
+ description = 'Runs FindBugs analysis for all classes.'
dependsOn tasks.withType(FindBugs)
0 commit comments