Skip to content

Commit

Permalink
Trial: bwc test enablements
Browse files Browse the repository at this point in the history
Signed-off-by: mgodwan <[email protected]>
  • Loading branch information
mgodwan committed Jan 25, 2024
1 parent 058a2b7 commit 6a75f82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down

0 comments on commit 6a75f82

Please sign in to comment.