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 28e2f16 commit 62db381Copy full SHA for 62db381
build.gradle
@@ -215,8 +215,8 @@ task verifyVersions {
215
* after the backport of the backcompat code is complete.
216
*/
217
218
-boolean bwc_tests_enabled = false
219
-final String bwc_tests_disabled_issue = "https://github.com/elastic/elasticsearch/pull/51875" /* place a PR link here when committing bwc changes */
+boolean bwc_tests_enabled = true
+final String bwc_tests_disabled_issue = "" /* place a PR link here when committing bwc changes */
220
if (bwc_tests_enabled == false) {
221
if (bwc_tests_disabled_issue.isEmpty()) {
222
throw new GradleException("bwc_tests_disabled_issue must be set when bwc_tests_enabled == false")
0 commit comments