Skip to content

Commit d095b1d

Browse files
committed
comment
1 parent ec0e31d commit d095b1d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ subprojects {
4444
allprojects {
4545
group = "co.elastic.clients"
4646
// 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
4847
version = ""
4948
if (System.getenv("VERSION")==null) {
5049
version = (File(project.rootDir, "config/version.txt").readText().trim() + "-SNAPSHOT")

0 commit comments

Comments
 (0)