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:
Jason Tedor 2017-08-31 18:22:53 -04:00
parent 6ffbb9dfc6
commit 53848877c8
1 changed files with 1 additions and 2 deletions

View File

@ -186,8 +186,7 @@ task verifyVersions {
* after the backport of the backcompat code is complete.
*/
allprojects {
// Prepare for backport of #26434
ext.bwc_tests_enabled = false
ext.bwc_tests_enabled = true
}
task verifyBwcTestsEnabled {