We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfbfdc6 commit da8746fCopy full SHA for da8746f
build.gradle
@@ -68,7 +68,7 @@ buildscript {
68
mavenCentral()
69
maven { url "https://aws.oss.sonatype.org/content/repositories/snapshots" }
70
maven { url "https://plugins.gradle.org/m2/" }
71
- maven { url "https://d1nvenhzbhpy0q.cloudfront.net/snapshots/lucene/" }
+ maven { url "https://artifacts.opensearch.org/snapshots/lucene/" }
72
}
73
74
dependencies {
@@ -160,7 +160,7 @@ repositories {
160
161
162
163
164
165
166
compileKotlin {
0 commit comments