We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b26c6c8 commit 9660232Copy full SHA for 9660232
build.gradle
@@ -96,7 +96,7 @@ repositories {
96
maven { url "https://aws.oss.sonatype.org/content/repositories/snapshots" }
97
mavenCentral()
98
maven { url "https://plugins.gradle.org/m2/" }
99
- maven { url "https://d1nvenhzbhpy0q.cloudfront.net/snapshots/lucene/" }
+ maven { url "https://artifacts.opensearch.org/snapshots/lucene/" }
100
}
101
102
apply plugin: 'java'
0 commit comments