Describe the bug
Coming from opensearch-project/opensearch-build#179, the build with -Dbuild.snapshot=true doesn't produce snapshot outputs.
To Reproduce
./gradlew publishToMavenLoacal --no-daemon --refresh-dependencies -DskipTests=true -Dopensearch.version=1.0.0-SNAPSHOT -Dbuild.snapshot=true
Creates ~/.m2/repository/org/opensearch/common-utils/1.0.0.0.
Expected behavior
Expected common-utils/1.0.0-SNAPSHOT.
Describe the bug
Coming from opensearch-project/opensearch-build#179, the build with
-Dbuild.snapshot=truedoesn't produce snapshot outputs.To Reproduce
Creates
~/.m2/repository/org/opensearch/common-utils/1.0.0.0.Expected behavior
Expected
common-utils/1.0.0-SNAPSHOT.