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
Copy file name to clipboardExpand all lines: build.gradle
+2-2
Original file line number
Diff line number
Diff line change
@@ -222,8 +222,8 @@ task verifyVersions {
222
222
* after the backport of the backcompat code is complete.
223
223
*/
224
224
225
-
boolean bwc_tests_enabled =true
226
-
finalString bwc_tests_disabled_issue =""/* place a PR link here when committing bwc changes */
225
+
boolean bwc_tests_enabled =false
226
+
finalString bwc_tests_disabled_issue ="https://github.com/elastic/elasticsearch/pull/54009"/* place a PR link here when committing bwc changes */
227
227
if (bwc_tests_enabled ==false) {
228
228
if (bwc_tests_disabled_issue.isEmpty()) {
229
229
thrownewGradleException("bwc_tests_disabled_issue must be set when bwc_tests_enabled == false")
0 commit comments