fixed reference to old repo (#333)
This commit fixes the url reference to bwc disabled message. Signed-off-by: Kyle Davis <kyledvs@amazon.com>
This commit is contained in:
parent
807d0e3ba0
commit
b0f137e954
|
@ -172,7 +172,7 @@ tasks.register("verifyVersions") {
|
|||
|
||||
boolean bwc_tests_enabled = false
|
||||
/* place a PR link here when committing bwc changes */
|
||||
final String bwc_tests_disabled_issue = "https://github.com/opendistro-for-elasticsearch/search/issues/105"
|
||||
final String bwc_tests_disabled_issue = "https://github.com/opensearch-project/OpenSearch/issues/105"
|
||||
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")
|
||||
|
|
Loading…
Reference in New Issue