enable bwc testing
This commit is contained in:
parent
ffc9999567
commit
a99803f89a
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue