From 6a75f828fcfda57b4d26f0a1cf0538ba8ca546bf Mon Sep 17 00:00:00 2001 From: mgodwan Date: Thu, 25 Jan 2024 18:16:14 +0530 Subject: [PATCH] Trial: bwc test enablements Signed-off-by: mgodwan --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 2670357..5aba2c1 100644 --- a/build.gradle +++ b/build.gradle @@ -24,8 +24,8 @@ buildscript { //https://github.com/opensearch-project/custom-codecs/archive/refs/tags/2.11.0.0.zip // bwcOpenSearchCustomCodecsDownload = 'https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/' + bwcVersionShort + '/latest/linux/x64/tar/builds/' + // 'opensearch/plugins/custom-codecs-' + bwcVersion + '.zip' - - bwcOpenSearchCustomCodecsDownload = 'https://github.com/opensearch-project/custom-codecs/archive/refs/tags/' + bwcVersion + '.zip' + //https://repo1.maven.org/maven2/org/opensearch/plugin/opensearch-custom-codecs/2.11.0.0/opensearch-custom-codecs-2.11.0.0.zip + bwcOpenSearchCustomCodecsDownload = 'https://repo1.maven.org/maven2/org/opensearch/plugin/opensearch-custom-codecs/' + bwcVersion + '/opensearch-custom-codecs-' + '.zip' baseName = "customCodecsBwcCluster" bwcFilePath = "src/test/resources/org/opensearch/customcodecs/bwc/" bwcCustomCodecsPath = bwcFilePath + "custom-codecs/"