Reenable BWC tests after backport
This commit reenables the BWC tests after they were disabled for backporting a change that had broad BWC implications.
This commit is contained in:
parent
6ffbb9dfc6
commit
53848877c8
|
@ -186,8 +186,7 @@ task verifyVersions {
|
||||||
* after the backport of the backcompat code is complete.
|
* after the backport of the backcompat code is complete.
|
||||||
*/
|
*/
|
||||||
allprojects {
|
allprojects {
|
||||||
// Prepare for backport of #26434
|
ext.bwc_tests_enabled = true
|
||||||
ext.bwc_tests_enabled = false
|
|
||||||
}
|
}
|
||||||
|
|
||||||
task verifyBwcTestsEnabled {
|
task verifyBwcTestsEnabled {
|
||||||
|
|
Loading…
Reference in New Issue