diff --git a/build.gradle b/build.gradle index 5aba2c1..2509ea8 100644 --- a/build.gradle +++ b/build.gradle @@ -25,7 +25,7 @@ buildscript { // bwcOpenSearchCustomCodecsDownload = 'https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/' + bwcVersionShort + '/latest/linux/x64/tar/builds/' + // 'opensearch/plugins/custom-codecs-' + 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' + bwcOpenSearchCustomCodecsDownload = 'https://repo1.maven.org/maven2/org/opensearch/plugin/opensearch-custom-codecs/' + bwcVersion + '/opensearch-custom-codecs-' + bwcVersion + '.zip' baseName = "customCodecsBwcCluster" bwcFilePath = "src/test/resources/org/opensearch/customcodecs/bwc/" bwcCustomCodecsPath = bwcFilePath + "custom-codecs/"