Skip to content

Commit da8746f

Browse files
authored
Update Lucene snapshot location (#1351)
Signed-off-by: monusingh-1 <msnghgw@amazon.com>
1 parent bfbfdc6 commit da8746f

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
@@ -68,7 +68,7 @@ buildscript {
6868
mavenCentral()
6969
maven { url "https://aws.oss.sonatype.org/content/repositories/snapshots" }
7070
maven { url "https://plugins.gradle.org/m2/" }
71-
maven { url "https://d1nvenhzbhpy0q.cloudfront.net/snapshots/lucene/" }
71+
maven { url "https://artifacts.opensearch.org/snapshots/lucene/" }
7272
}
7373

7474
dependencies {
@@ -160,7 +160,7 @@ repositories {
160160
mavenCentral()
161161
maven { url "https://aws.oss.sonatype.org/content/repositories/snapshots" }
162162
maven { url "https://plugins.gradle.org/m2/" }
163-
maven { url "https://d1nvenhzbhpy0q.cloudfront.net/snapshots/lucene/" }
163+
maven { url "https://artifacts.opensearch.org/snapshots/lucene/" }
164164
}
165165

166166
compileKotlin {

0 commit comments

Comments
 (0)