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 dcf2b01 commit d878f6bCopy full SHA for d878f6b
build.gradle
@@ -365,7 +365,7 @@ tasks.register("verifyBwcTestsEnabled") {
365
366
tasks.register("branchConsistency") {
367
description = 'Ensures this branch is internally consistent. For example, that versions constants match released versions.'
368
- group 'Verification'
+ group = 'Verification'
369
dependsOn ":verifyVersions", ":verifyBwcTestsEnabled"
370
}
371
0 commit comments