You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 7, 2022. It is now read-only.
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
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
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.
The text was updated successfully, but these errors were encountered: