Skip to content

Commit

Permalink
Update the lucene snapshot url (opensearch-project#2082) (opensearch-…
Browse files Browse the repository at this point in the history
…project#2083)

Signed-off-by: Xun Zhang <[email protected]>
(cherry picked from commit 52626be)

Co-authored-by: Xun Zhang <[email protected]>
  • Loading branch information
opensearch-trigger-bot[bot] and Zhangxunmt authored Feb 12, 2024
1 parent 828c391 commit c8d4669
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-tools/repositories.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ repositories {
maven { url "https://aws.oss.sonatype.org/content/repositories/snapshots" }
mavenCentral()
maven {url 'https://oss.sonatype.org/content/repositories/snapshots/'}
maven { url "https://artifacts.opensearch.org/snapshots/lucene/" }
maven { url "https://ci.opensearch.org/ci/dbc/snapshots/lucene/" }
}
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ buildscript {
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/" }
}

dependencies {
Expand Down

0 comments on commit c8d4669

Please sign in to comment.