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
@@ -163,8 +163,8 @@ task verifyVersions {
163
163
* the enabled state of every bwc task. It should be set back to true
164
164
* after the backport of the backcompat code is complete.
165
165
*/
166
-
finalboolean bwc_tests_enabled =true
167
-
finalString bwc_tests_disabled_issue =""/* place a PR link here when committing bwc changes */
166
+
finalboolean bwc_tests_enabled =false
167
+
finalString bwc_tests_disabled_issue ="https://github.com/elastic/elasticsearch/pull/36555"/* place a PR link here when committing bwc changes */
168
168
if (bwc_tests_enabled ==false) {
169
169
if (bwc_tests_disabled_issue.isEmpty()) {
170
170
thrownewGradleException("bwc_tests_disabled_issue must be set when bwc_tests_enabled == false")
0 commit comments