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 13179b2 commit e9809b5Copy full SHA for e9809b5
build.gradle
@@ -176,8 +176,8 @@ task verifyVersions {
176
* after the backport of the backcompat code is complete.
177
*/
178
179
-boolean bwc_tests_enabled = false
180
-final String bwc_tests_disabled_issue = "https://github.com/elastic/elasticsearch/pull/45767"
+boolean bwc_tests_enabled = true
+final String bwc_tests_disabled_issue = "" /* place a PR link here when committing bwc changes */
181
if (bwc_tests_enabled == false) {
182
if (bwc_tests_disabled_issue.isEmpty()) {
183
throw new GradleException("bwc_tests_disabled_issue must be set when bwc_tests_enabled == false")
0 commit comments