We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8affbc5 commit 723b544Copy full SHA for 723b544
build.gradle
@@ -368,7 +368,7 @@ tasks.register("verifyBwcTestsEnabled") {
368
369
tasks.register("branchConsistency") {
370
description = 'Ensures this branch is internally consistent. For example, that versions constants match released versions.'
371
- group 'Verification'
+ group = 'Verification'
372
dependsOn ":verifyVersions", ":verifyBwcTestsEnabled"
373
}
374
0 commit comments