Skip to content
New issue

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

[BUG] Snapshot build doesn't produce snapshot JARs #56

Closed
dblock opened this issue Aug 13, 2021 · 0 comments · Fixed by #58
Closed

[BUG] Snapshot build doesn't produce snapshot JARs #56

dblock opened this issue Aug 13, 2021 · 0 comments · Fixed by #58
Assignees
Labels
bug Something isn't working untriaged

Comments

@dblock
Copy link
Member

dblock commented Aug 13, 2021

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.

@dblock dblock added bug Something isn't working Beta untriaged labels Aug 13, 2021
@dblock dblock changed the title [BUG] [BUG] Snapshot build doesn't produce snapshot JARs Aug 13, 2021
@dblock dblock removed the Beta label Aug 13, 2021
@dblock dblock self-assigned this Aug 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working untriaged
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant