Signed-off-by: Rabi Panda <adnapibar@gmail.com>
This commit is contained in:
parent
b45b613472
commit
4f5b48f722
|
@ -182,9 +182,9 @@ tasks.register("verifyVersions") {
|
||||||
* after the backport of the backcompat code is complete.
|
* after the backport of the backcompat code is complete.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
boolean bwc_tests_enabled = false
|
boolean bwc_tests_enabled = true
|
||||||
/* place a PR link here when committing bwc changes */
|
/* place a PR link here when committing bwc changes */
|
||||||
final String bwc_tests_disabled_issue = "https://github.com/opensearch-project/OpenSearch/issues/105"
|
final String bwc_tests_disabled_issue = ""
|
||||||
if (bwc_tests_enabled == false) {
|
if (bwc_tests_enabled == false) {
|
||||||
if (bwc_tests_disabled_issue.isEmpty()) {
|
if (bwc_tests_disabled_issue.isEmpty()) {
|
||||||
throw new GradleException("bwc_tests_disabled_issue must be set when bwc_tests_enabled == false")
|
throw new GradleException("bwc_tests_disabled_issue must be set when bwc_tests_enabled == false")
|
||||||
|
|
Loading…
Reference in New Issue