Enable bwc testing

#25512 & #25511 have been merged
This commit is contained in:
Boaz Leskes 2017-07-08 11:57:22 +02:00
parent 40ae134f5a
commit 215bffb08b
1 changed files with 1 additions and 2 deletions

View File

@ -159,8 +159,7 @@ task verifyVersions {
* after the backport of the backcompat code is complete. * after the backport of the backcompat code is complete.
*/ */
allprojects { allprojects {
// disabled in preparation of merging #25512 & #25511 ext.bwc_tests_enabled = true
ext.bwc_tests_enabled = false
} }
task verifyBwcTestsEnabled { task verifyBwcTestsEnabled {