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 ec0e31d commit d095b1dCopy full SHA for d095b1d
build.gradle.kts
@@ -44,7 +44,6 @@ subprojects {
44
allprojects {
45
group = "co.elastic.clients"
46
// Release manager provides a $VERSION. If not present, it's a local or CI snapshot build.
47
- // also need to add the qualifier in case it's a staging build
48
version = ""
49
if (System.getenv("VERSION")==null) {
50
version = (File(project.rootDir, "config/version.txt").readText().trim() + "-SNAPSHOT")
0 commit comments