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 6a75f82 commit 0aeae53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down

0 comments on commit 0aeae53

Please sign in to comment.