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 46d94bf commit 87eba29Copy full SHA for 87eba29
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 = false
164
-final String bwc_tests_disabled_issue = "https://github.com/elastic/elasticsearch/pull/39506" /* 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 */
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