Skip to content

Commit 8094596

Browse files
committed
Migrate from sonatype snapshot to ci.opensearch.org snapshots
Signed-off-by: Lantao Jin <ltjin@amazon.com>
1 parent b452f07 commit 8094596

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ buildscript {
6767
repositories {
6868
mavenLocal()
6969
maven { url "https://central.sonatype.com/repository/maven-snapshots/" }
70+
maven { url "https://ci.opensearch.org/ci/dbc/snapshots/" }
7071
mavenCentral()
7172
}
7273

@@ -92,6 +93,7 @@ apply plugin: 'opensearch.java-agent'
9293
repositories {
9394
mavenLocal()
9495
maven { url "https://central.sonatype.com/repository/maven-snapshots/" }
96+
maven { url "https://ci.opensearch.org/ci/dbc/snapshots/" }
9597
mavenCentral() // For Elastic Libs that you can use to get started coding until open OpenSearch libs are available
9698
maven { url 'https://jitpack.io' }
9799
}
@@ -156,6 +158,7 @@ subprojects {
156158
repositories {
157159
mavenLocal()
158160
maven { url "https://central.sonatype.com/repository/maven-snapshots/" }
161+
maven { url "https://ci.opensearch.org/ci/dbc/snapshots/" }
159162
mavenCentral()
160163
maven { url "https://ci.opensearch.org/ci/dbc/snapshots/lucene/" }
161164
maven { url 'https://jitpack.io' }

0 commit comments

Comments
 (0)