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-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -206,8 +206,8 @@ task verifyVersions {
206
206
* after the backport of the backcompat code is complete.
207
207
*/
208
208
209
-
boolean bwc_tests_enabled =true
210
-
finalString bwc_tests_disabled_issue =""/* place a PR link here when committing bwc changes */
209
+
boolean bwc_tests_enabled =false
210
+
finalString bwc_tests_disabled_issue ="https://github.com/elastic/elasticsearch/pull/48661<Paste>"/* place a PR link here when committing bwc changes */
211
211
if (bwc_tests_enabled ==false) {
212
212
if (bwc_tests_disabled_issue.isEmpty()) {
213
213
thrownewGradleException("bwc_tests_disabled_issue must be set when bwc_tests_enabled == false")
0 commit comments