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 51adeaa commit 3e158e1Copy full SHA for 3e158e1
build.gradle
@@ -220,8 +220,8 @@ task verifyVersions {
220
* after the backport of the backcompat code is complete.
221
*/
222
223
-boolean bwc_tests_enabled = true
224
-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/52547" // backport thereof
225
if (bwc_tests_enabled == false) {
226
if (bwc_tests_disabled_issue.isEmpty()) {
227
throw new GradleException("bwc_tests_disabled_issue must be set when bwc_tests_enabled == false")
0 commit comments