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 a77d6db commit e911a8dCopy full SHA for e911a8d
build.gradle
@@ -372,7 +372,7 @@ tasks.register("verifyBwcTestsEnabled") {
372
373
tasks.register("branchConsistency") {
374
description = 'Ensures this branch is internally consistent. For example, that versions constants match released versions.'
375
- group 'Verification'
+ group = 'Verification'
376
dependsOn ":verifyVersions", ":verifyBwcTestsEnabled"
377
}
378
0 commit comments