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
This error suggests that the required Maven snapshot dependency (org.opensearch.gradle:build-tools:2.15.0.0-SNAPSHOT) is missing from the repository. The issue is due to the snapshot being removed from the repository.
How can one reproduce the bug?
Clone the OpenSearch Security Plugin repository.
Navigate to the project directory.
Run the command to build the project: ./gradlew assemble
The build process fails with the Unable to load Maven meta-data error.
What is the expected behavior?
The gradlew assemble command should successfully resolve all dependencies, download the required build tools, and compile the security plugin without errors.
What is your host/environment?
OS: [Linux, Windows]
OpenSearch Version: [2.15.0]
Java Version: [OpenJDK 21]
Gradle Version: [8.7]
Plugins Used: Security Plugin
Build Tool: Gradle
Do you have any additional context?
Change opensearch version in build.gradle file to 2.15.0 instead of 2.15.0.0-SNAPSHOT
The text was updated successfully, but these errors were encountered:
What is the bug?
How can one reproduce the bug?
What is the expected behavior?
What is your host/environment?
Do you have any additional context?
The text was updated successfully, but these errors were encountered: