Skip to content

Commit 795daff

Browse files
committed
Disable BWC for backporting prefer_v2_templates change
This disableds BWC for the backport of elastic#55411 Backport: elastic#55476 Version adjustment: elastic#55478
1 parent 478dd3b commit 795daff

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
@@ -183,8 +183,8 @@ task verifyVersions {
183183
* after the backport of the backcompat code is complete.
184184
*/
185185

186-
boolean bwc_tests_enabled = true
187-
final String bwc_tests_disabled_issue = "" /* place a PR link here when committing bwc changes */
186+
boolean bwc_tests_enabled = false
187+
final String bwc_tests_disabled_issue = "https://github.com/elastic/elasticsearch/pull/55478" /* place a PR link here when committing bwc changes */
188188
if (bwc_tests_enabled == false) {
189189
if (bwc_tests_disabled_issue.isEmpty()) {
190190
throw new GradleException("bwc_tests_disabled_issue must be set when bwc_tests_enabled == false")

0 commit comments

Comments
 (0)