[BWC] Re-enable bwc testing after 1.0.1 version bump

Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
This commit is contained in:
Nicholas Walter Knize 2021-08-26 07:11:53 -05:00
parent 7ed024e2c8
commit 93cce825eb
No known key found for this signature in database
GPG Key ID: 51F0CC22F625308A
1 changed files with 2 additions and 2 deletions

View File

@ -192,9 +192,9 @@ tasks.register("verifyVersions") {
* after the backport of the backcompat code is complete.
*/
boolean bwc_tests_enabled = false
boolean bwc_tests_enabled = true
/* place an issue link here when committing bwc changes */
final String bwc_tests_disabled_issue = "https://github.com/opensearch-project/OpenSearch/issues/1158"
final String bwc_tests_disabled_issue = ""
if (bwc_tests_enabled == false) {
if (bwc_tests_disabled_issue.isEmpty()) {
throw new GradleException("bwc_tests_disabled_issue must be set when bwc_tests_enabled == false")