We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 918b033 commit fcaf98fCopy full SHA for fcaf98f
build.gradle
@@ -279,7 +279,7 @@ When testing between major versions note that ONLY the latest minor release of t
279
280
String bwcVersion = "2.20.0.0"
281
String bwcVersionShort = bwcVersion.replaceAll(/\.0+$/, "")
282
-String nxtVersionShort = opensearch_version.replaceAll("-SNAPSHOT", "")
+String nxtVersionShort = opensearch_version
283
284
String baseName = "asynSearchCluster"
285
String bwcFilePath = "src/test/resources/org/opensearch/search/asynchronous/bwc/"
0 commit comments