We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 717f62a commit eaf4ce2Copy full SHA for eaf4ce2
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/61872"
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