Skip to content

Commit

Permalink
Use SNAPSHOT so testclusters uses snapshot
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Perkins <[email protected]>
  • Loading branch information
cwperks committed Aug 2, 2023
1 parent 2363aeb commit bc08b54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample-extension-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ String bwcDownloadUrl = "https://aws.oss.sonatype.org/service/local/artifact/mav
testClusters {
"${baseName}$i" {
testDistribution = "ARCHIVE"
versions = [bwcOpenSearchVersion, opensearch_version]
versions = ["${bwcOpenSearchVersion}-SNAPSHOT", opensearch_version]
numberOfNodes = 3
plugin(provider(new Callable<RegularFile>(){
@Override
Expand Down

0 comments on commit bc08b54

Please sign in to comment.