Skip to content

Commit 64a1425

Browse files
committed
Disable BWC for backport of #65732 as #65601
1 parent 6f11752 commit 64a1425

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,8 @@ tasks.register("verifyVersions") {
175175
* after the backport of the backcompat code is complete.
176176
*/
177177

178-
boolean bwc_tests_enabled = true
179-
final String bwc_tests_disabled_issue = "" /* place a PR link here when committing bwc changes */
178+
boolean bwc_tests_enabled = false
179+
final String bwc_tests_disabled_issue = "https://github.com/elastic/elasticsearch/pull/65601" /* place a PR link here when committing bwc changes */
180180
if (bwc_tests_enabled == false) {
181181
if (bwc_tests_disabled_issue.isEmpty()) {
182182
throw new GradleException("bwc_tests_disabled_issue must be set when bwc_tests_enabled == false")

0 commit comments

Comments
 (0)