Skip to content

Commit

Permalink
Remove version truncate to fix nightly build
Browse files Browse the repository at this point in the history
Signed-off-by: Finn Carroll <[email protected]>
  • Loading branch information
finnegancarroll committed Sep 23, 2024
1 parent 32a011d commit 530ec7b
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 @@ -269,7 +269,7 @@ When testing between major versions note that ONLY the latest minor release of t

String bwcVersion = "2.18.0.0"
String bwcVersionShort = bwcVersion.replaceAll(/\.0+$/, "")
String nxtVersionShort = opensearch_version.replaceAll(/\.0+$/, "").replaceAll("-SNAPSHOT", "")
String nxtVersionShort = opensearch_version.replaceAll("-SNAPSHOT", "")

String baseName = "asynSearchCluster"
String bwcFilePath = "src/test/resources/org/opensearch/search/asynchronous/bwc/"
Expand Down

0 comments on commit 530ec7b

Please sign in to comment.