Skip to content
This repository has been archived by the owner on Oct 7, 2022. It is now read-only.

[BUG] Snapshot build doesn't produce -SNAPSHOT artifact #60

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

[BUG] Snapshot build doesn't produce -SNAPSHOT artifact #60

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

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. When fixing this, update to use OpenSearch 1.1 from 1.x branch.

To Reproduce

cd opensearch-notebooks
./gradlew assemble --no-daemon --refresh-dependencies -DskipTests=true -Dopensearch.version=1.1.0-SNAPSHOT -Dbuild.snapshot=true

Creates opensearch-notebooks-1.1.0.0.zip.

Expected behavior

Expected opensearch-notebooks-1.1.0.0-SNAPSHOT.zip.

Check other artifacts (maven?) if any.

@dblock dblock added enhancement New feature or request bug Something isn't working and removed enhancement New feature or request labels Aug 13, 2021
@dblock dblock changed the title Snapshot build doens't produce -SNAPSHOT artifact [BUG] Snapshot build doens't produce -SNAPSHOT artifact Aug 13, 2021
@dblock dblock changed the title [BUG] Snapshot build doens't produce -SNAPSHOT artifact [BUG] Snapshot build doesn't produce -SNAPSHOT artifact Aug 15, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant