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 6e283f2 commit 4fd4fddCopy full SHA for 4fd4fdd
build.gradle
@@ -160,8 +160,8 @@ task verifyVersions {
160
* after the backport of the backcompat code is complete.
161
*/
162
163
-boolean bwc_tests_enabled = true
164
-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/44261" /* place a PR link here when committing bwc changes */
165
if (bwc_tests_enabled == false) {
166
if (bwc_tests_disabled_issue.isEmpty()) {
167
throw new GradleException("bwc_tests_disabled_issue must be set when bwc_tests_enabled == false")
0 commit comments