enable bwc testing

This commit is contained in:
Boaz Leskes 2017-09-14 21:58:24 +03:00
parent ffc9999567
commit a99803f89a
1 changed files with 1 additions and 1 deletions

View File

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