Skip to content

Commit

Permalink
Fixed lucene url
Browse files Browse the repository at this point in the history
Signed-off-by: owaiskazi19 <[email protected]>
  • Loading branch information
owaiskazi19 committed Feb 8, 2024
1 parent 290bdcd commit ce71de2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ repositories {
maven { url "https://aws.oss.sonatype.org/content/repositories/snapshots" }
mavenCentral()
maven { url "https://plugins.gradle.org/m2/" }
maven { url "https://artifacts.opensearch.org/snapshots/lucene/" }
maven { url "https://ci.opensearch.org/ci/dbc/snapshots/lucene/" }
}
configurations {
zipArchive
Expand Down

0 comments on commit ce71de2

Please sign in to comment.