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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -160,7 +160,7 @@ task verifyVersions {
160
160
* after the backport of the backcompat code is complete.
161
161
*/
162
162
finalboolean bwc_tests_enabled =false
163
-
finalString bwc_tests_disabled_issue ="https://github.com/elastic/elasticsearch/pull/38180"/* place a PR link here when committing bwc changes */
163
+
finalString bwc_tests_disabled_issue ="backport of#37977, #37857 and #37872"/* place a PR link here when committing bwc changes */
164
164
if (bwc_tests_enabled ==false) {
165
165
if (bwc_tests_disabled_issue.isEmpty()) {
166
166
thrownewGradleException("bwc_tests_disabled_issue must be set when bwc_tests_enabled == false")
0 commit comments