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
* What went wrong:
Execution failed for task ':compileJava'.
> Could not resolve all files for configuration ':compileClasspath'.
> Could not find org.apache.lucene:lucene-core:9.2.0-snapshot-ba8c3a8.
Searched in the following locations:
- file:/home/runner/.m2/repository/org/apache/lucene/lucene-core/9.2.0-snapshot-ba8c3a8/lucene-core-9.2.0-snapshot-ba8c3a8.pom
- https://aws.oss.sonatype.org/content/repositories/snapshots/org/apache/lucene/lucene-core/9.2.0-snapshot-ba8c3a8/lucene-core-9.2.0-snapshot-ba8c3a8.pom
- https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-core/9.2.0-snapshot-ba8c3a8/lucene-core-9.2.0-snapshot-ba8c3a8.pom
- https://plugins.gradle.org/m2/org/apache/lucene/lucene-core/9.2.0-snapshot-ba8c3a8/lucene-core-9.2.0-snapshot-ba8c3a8.pom
Required by:
project : > org.opensearch:opensearch:2.1.0-SNAPSHOT:202205[26](https://github.com/opensearch-project/security/runs/6618191267?check_suite_focus=true#step:5:27).015158-46
> Could not find org.apache.lucene:lucene-analysis-common:9.2.0-snapshot-ba8c3a8.
Searched in the following locations:
- file:/home/runner/.m2/repository/org/apache/lucene/lucene-analysis-common/9.2.0-snapshot-ba8c3a8/lucene-analysis-common-9.2.0-snapshot-ba8c3a8.pom
- https://aws.oss.sonatype.org/content/repositories/snapshots/org/apache/lucene/lucene-analysis-common/9.2.0-snapshot-ba8c3a8/lucene-analysis-common-9.2.0-snapshot-ba8c3a8.pom
- https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-analysis-common/9.2.0-snapshot-ba8c3a8/lucene-analysis-common-9.2.0-snapshot-ba8c3a8.pom
- https://plugins.gradle.org/m2/org/apache/lucene/lucene-analysis-common/9.2.0-snapshot-ba8c3a8/lucene-analysis-common-9.2.0-snapshot-ba8c3a8.pom
Additional context
The Lucene version got upgraded 5 days ago.
The text was updated successfully, but these errors were encountered:
Looks like security is not using the RepositoriesSetupPlugin that sets the maven repo to use for snapshot versions of Lucene. You'd need to either apply the plugin like this or define the snapshot repository in your gradle file
Description
Failing GAH: https://github.com/opensearch-project/security/actions/runs/2393711485
The same build passed 7 days ago: https://github.com/opensearch-project/security/actions/runs/2393711485
Exception
Additional context
The Lucene version got upgraded 5 days ago.
The text was updated successfully, but these errors were encountered: