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
opensearch-security version 1.3.20 SNAPSHOT is not present in artifact repo - https://aws.oss.sonatype.org/content/repositories/snapshots/org/opensearch/opensearch/. It lead to Could not find org.opensearch:opensearch:1.3.20-SNAPSHOT error when trying to ./gradlew --stacktrace assemble
Could not find org.opensearch:opensearch:1.3.20-SNAPSHOT
./gradlew --stacktrace assemble
This issue occurs when we were trying to build the OpenSearch security plugin by ./gradlew --stacktrace assemble.
The plugin cannot find opensearch-security artifact for version 1.3.20 Could not find org.opensearch:opensearch:1.3.20-SNAPSHOT
If applicable, add screenshots to help explain your problem.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
opensearch-security version 1.3.20 SNAPSHOT is not present in artifact repo - https://aws.oss.sonatype.org/content/repositories/snapshots/org/opensearch/opensearch/. It lead to
Could not find org.opensearch:opensearch:1.3.20-SNAPSHOT
error when trying to./gradlew --stacktrace assemble
To reproduce
This issue occurs when we were trying to build the OpenSearch security plugin by
./gradlew --stacktrace assemble
.Expected behavior
The plugin cannot find opensearch-security artifact for version 1.3.20
Could not find org.opensearch:opensearch:1.3.20-SNAPSHOT
Screenshots
If applicable, add screenshots to help explain your problem.
Host / Environment
Additional context
No response
Relevant log output
The text was updated successfully, but these errors were encountered: