Skip to content

Commit 93cce82

Browse files
committed
[BWC] Re-enable bwc testing after 1.0.1 version bump
Signed-off-by: Nicholas Walter Knize <[email protected]>
1 parent 7ed024e commit 93cce82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -192,9 +192,9 @@ tasks.register("verifyVersions") {
192192
* after the backport of the backcompat code is complete.
193193
*/
194194

195-
boolean bwc_tests_enabled = false
195+
boolean bwc_tests_enabled = true
196196
/* place an issue link here when committing bwc changes */
197-
final String bwc_tests_disabled_issue = "https://github.com/opensearch-project/OpenSearch/issues/1158"
197+
final String bwc_tests_disabled_issue = ""
198198
if (bwc_tests_enabled == false) {
199199
if (bwc_tests_disabled_issue.isEmpty()) {
200200
throw new GradleException("bwc_tests_disabled_issue must be set when bwc_tests_enabled == false")

0 commit comments

Comments
 (0)