From f77860de8780f16d30a3ede3745d156e13680b14 Mon Sep 17 00:00:00 2001 From: Nhat Nguyen Date: Thu, 16 Sep 2021 14:22:18 -0400 Subject: [PATCH] Disable BWC to upgrade to Lucene-8.10-snapshot Relates #77898 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 55ecb55838db5..a717da8736f75 100644 --- a/build.gradle +++ b/build.gradle @@ -140,9 +140,9 @@ tasks.register("verifyVersions") { * after the backport of the backcompat code is complete. */ -boolean bwc_tests_enabled = true +boolean bwc_tests_enabled = false // place a PR link here when committing bwc changes: -String bwc_tests_disabled_issue = "" +String bwc_tests_disabled_issue = "https://github.com/elastic/elasticsearch/pull/77898" /* * FIPS 140-2 behavior was fixed in 7.11.0. Before that there is no way to run elasticsearch in a * JVM that is properly configured to be in fips mode with BCFIPS. For now we need to disable