Reenable BWC tests

Relates to #26682
This commit is contained in:
Yannick Welsch 2017-09-22 16:54:00 +02:00
parent df5c450e89
commit 31f43f5c34
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.
*/
allprojects {
ext.bwc_tests_enabled = false
ext.bwc_tests_enabled = true
}
task verifyBwcTestsEnabled {