Skip to content

Commit

Permalink
Fixed lucene url (#1158)
Browse files Browse the repository at this point in the history
Signed-off-by: owaiskazi19 <owaiskazi19@gmail.com>
  • Loading branch information
owaiskazi19 committed Feb 13, 2024
1 parent 290bdcd commit 5b85720
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 5b85720

Please sign in to comment.