We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b724039 commit 6121a8aCopy full SHA for 6121a8a
build.gradle
@@ -136,9 +136,9 @@ tasks.register("verifyVersions") {
136
* after the backport of the backcompat code is complete.
137
*/
138
139
-boolean bwc_tests_enabled = true
+boolean bwc_tests_enabled = false
140
// place a PR link here when committing bwc changes:
141
-String bwc_tests_disabled_issue = ""
+String bwc_tests_disabled_issue = "https://github.com/elastic/elasticsearch/pull/88995"
142
if (bwc_tests_enabled == false) {
143
if (bwc_tests_disabled_issue.isEmpty()) {
144
throw new GradleException("bwc_tests_disabled_issue must be set when bwc_tests_enabled == false")
0 commit comments