We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
Coming from opensearch-project/opensearch-build#179, the build with -Dbuild.snapshot=true doesn't produce snapshot outputs.
-Dbuild.snapshot=true
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.
~/.m2/repository/org/opensearch/common-utils/1.0.0.0
Expected behavior
Expected common-utils/1.0.0-SNAPSHOT.
common-utils/1.0.0-SNAPSHOT
The text was updated successfully, but these errors were encountered:
dblock
Successfully merging a pull request may close this issue.
Describe the bug
Coming from opensearch-project/opensearch-build#179, the build with
-Dbuild.snapshot=true
doesn'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
.The text was updated successfully, but these errors were encountered: