Skip to content

Commit 1ec3127

Browse files
authored
Prepare to backport #53873 (#54040)
1 parent d0cd387 commit 1ec3127

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,8 @@ task verifyVersions {
222222
* after the backport of the backcompat code is complete.
223223
*/
224224

225-
boolean bwc_tests_enabled = true
226-
final String bwc_tests_disabled_issue = "" /* place a PR link here when committing bwc changes */
225+
boolean bwc_tests_enabled = false
226+
final String bwc_tests_disabled_issue = "https://github.com/elastic/elasticsearch/pull/54009" /* place a PR link here when committing bwc changes */
227227
if (bwc_tests_enabled == false) {
228228
if (bwc_tests_disabled_issue.isEmpty()) {
229229
throw new GradleException("bwc_tests_disabled_issue must be set when bwc_tests_enabled == false")

0 commit comments

Comments
 (0)