Skip to content

Commit c8d4669

Browse files
Update the lucene snapshot url (opensearch-project#2082) (opensearch-project#2083)
Signed-off-by: Xun Zhang <xunzh@amazon.com> (cherry picked from commit 52626be) Co-authored-by: Xun Zhang <xunzh@amazon.com>
1 parent 828c391 commit c8d4669

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build-tools/repositories.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ repositories {
88
maven { url "https://aws.oss.sonatype.org/content/repositories/snapshots" }
99
mavenCentral()
1010
maven {url 'https://oss.sonatype.org/content/repositories/snapshots/'}
11-
maven { url "https://artifacts.opensearch.org/snapshots/lucene/" }
11+
maven { url "https://ci.opensearch.org/ci/dbc/snapshots/lucene/" }
1212
}

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ buildscript {
3131
maven { url "https://aws.oss.sonatype.org/content/repositories/snapshots" }
3232
mavenCentral()
3333
maven { url "https://plugins.gradle.org/m2/" }
34-
maven { url "https://artifacts.opensearch.org/snapshots/lucene/" }
34+
maven { url "https://ci.opensearch.org/ci/dbc/snapshots/lucene/" }
3535
}
3636

3737
dependencies {

0 commit comments

Comments
 (0)