Skip to content

Commit daf430c

Browse files
committed
Revert "Disable BWC tests for build issues"
This reverts commit 4547094.
1 parent 1df711c commit daf430c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,8 @@ task verifyVersions {
144144
* the enabled state of every bwc task. It should be set back to true
145145
* after the backport of the backcompat code is complete.
146146
*/
147-
final boolean bwc_tests_enabled = false
148-
final String bwc_tests_disabled_issue = "Jason" /* place a PR link here when commiting bwc changes */
147+
final boolean bwc_tests_enabled = true
148+
final String bwc_tests_disabled_issue = "" /* place a PR link here when commiting bwc changes */
149149
if (bwc_tests_enabled == false) {
150150
if (bwc_tests_disabled_issue.isEmpty()) {
151151
throw new GradleException("bwc_tests_disabled_issue must be set when bwc_tests_enabled == false")

0 commit comments

Comments
 (0)