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/"