We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8699f7a commit 4ccf6a3Copy full SHA for 4ccf6a3
build.gradle
@@ -73,7 +73,7 @@ buildscript {
73
mavenCentral()
74
maven { url "https://aws.oss.sonatype.org/content/repositories/snapshots" }
75
maven { url "https://plugins.gradle.org/m2/" }
76
- maven { url "https://d1nvenhzbhpy0q.cloudfront.net/snapshots/lucene/" }
+ maven { url "https://artifacts.opensearch.org/snapshots/lucene/" }
77
}
78
79
dependencies {
@@ -157,7 +157,7 @@ repositories {
157
158
159
160
161
162
163
compileKotlin {
0 commit comments