You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* after the backport of the backcompat code is complete.
176
176
*/
177
177
178
-
boolean bwc_tests_enabled =true
179
-
finalString bwc_tests_disabled_issue =""/* place a PR link here when committing bwc changes */
178
+
boolean bwc_tests_enabled =false
179
+
finalString bwc_tests_disabled_issue ="https://github.com/elastic/elasticsearch/pull/65601"/* place a PR link here when committing bwc changes */
180
180
if (bwc_tests_enabled ==false) {
181
181
if (bwc_tests_disabled_issue.isEmpty()) {
182
182
thrownewGradleException("bwc_tests_disabled_issue must be set when bwc_tests_enabled == false")
0 commit comments