We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ed024e commit 93cce82Copy full SHA for 93cce82
build.gradle
@@ -192,9 +192,9 @@ tasks.register("verifyVersions") {
192
* after the backport of the backcompat code is complete.
193
*/
194
195
-boolean bwc_tests_enabled = false
+boolean bwc_tests_enabled = true
196
/* place an issue link here when committing bwc changes */
197
-final String bwc_tests_disabled_issue = "https://github.com/opensearch-project/OpenSearch/issues/1158"
+final String bwc_tests_disabled_issue = ""
198
if (bwc_tests_enabled == false) {
199
if (bwc_tests_disabled_issue.isEmpty()) {
200
throw new GradleException("bwc_tests_disabled_issue must be set when bwc_tests_enabled == false")
0 commit comments