We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a56915 commit 0d7ed4bCopy full SHA for 0d7ed4b
build.gradle
@@ -174,8 +174,8 @@ tasks.register("verifyVersions") {
174
* after the backport of the backcompat code is complete.
175
*/
176
177
-boolean bwc_tests_enabled = true
178
-final String bwc_tests_disabled_issue = "" /* place a PR link here when committing bwc changes */
+boolean bwc_tests_enabled = false
+final String bwc_tests_disabled_issue = "https://github.com/elastic/elasticsearch/pull/63291" /* place a PR link here when committing bwc changes */
179
if (bwc_tests_enabled == false) {
180
if (bwc_tests_disabled_issue.isEmpty()) {
181
throw new GradleException("bwc_tests_disabled_issue must be set when bwc_tests_enabled == false")
0 commit comments