Skip to content

Commit 4ccf6a3

Browse files
Update Lucene snapshot location (#1351) (#1352)
Signed-off-by: monusingh-1 <msnghgw@amazon.com> (cherry picked from commit da8746f) Co-authored-by: Monu Singh <msnghgw@amazon.com>
1 parent 8699f7a commit 4ccf6a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ buildscript {
7373
mavenCentral()
7474
maven { url "https://aws.oss.sonatype.org/content/repositories/snapshots" }
7575
maven { url "https://plugins.gradle.org/m2/" }
76-
maven { url "https://d1nvenhzbhpy0q.cloudfront.net/snapshots/lucene/" }
76+
maven { url "https://artifacts.opensearch.org/snapshots/lucene/" }
7777
}
7878

7979
dependencies {
@@ -157,7 +157,7 @@ repositories {
157157
mavenCentral()
158158
maven { url "https://aws.oss.sonatype.org/content/repositories/snapshots" }
159159
maven { url "https://plugins.gradle.org/m2/" }
160-
maven { url "https://d1nvenhzbhpy0q.cloudfront.net/snapshots/lucene/" }
160+
maven { url "https://artifacts.opensearch.org/snapshots/lucene/" }
161161
}
162162

163163
compileKotlin {

0 commit comments

Comments
 (0)