We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1df711c commit daf430cCopy full SHA for daf430c
build.gradle
@@ -144,8 +144,8 @@ task verifyVersions {
144
* the enabled state of every bwc task. It should be set back to true
145
* after the backport of the backcompat code is complete.
146
*/
147
-final boolean bwc_tests_enabled = false
148
-final String bwc_tests_disabled_issue = "Jason" /* place a PR link here when commiting bwc changes */
+final boolean bwc_tests_enabled = true
+final String bwc_tests_disabled_issue = "" /* place a PR link here when commiting bwc changes */
149
if (bwc_tests_enabled == false) {
150
if (bwc_tests_disabled_issue.isEmpty()) {
151
throw new GradleException("bwc_tests_disabled_issue must be set when bwc_tests_enabled == false")
0 commit comments