Skip to content

Commit 47c84b5

Browse files
[Backport 2.19] Update maven2 mirror repository url order (#959)
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
1 parent 6730ea3 commit 47c84b5

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

build.gradle

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,9 @@ buildscript {
3434
// Used to resolve build file dependencies
3535
repositories {
3636
mavenLocal()
37-
maven { url "https://ci.opensearch.org/ci/dbc/snapshots/maven/" }
37+
maven { url "https://ci.opensearch.org/maven2/" }
3838
mavenCentral()
39+
maven { url "https://ci.opensearch.org/ci/dbc/snapshots/maven/" }
3940
maven { url "https://plugins.gradle.org/m2/" }
4041
}
4142

@@ -198,8 +199,9 @@ publishing {
198199

199200
repositories {
200201
mavenLocal()
201-
maven { url "https://ci.opensearch.org/ci/dbc/snapshots/maven/" }
202+
maven { url "https://ci.opensearch.org/maven2/" }
202203
mavenCentral()
204+
maven { url "https://ci.opensearch.org/ci/dbc/snapshots/maven/" }
203205
maven { url "https://plugins.gradle.org/m2/" }
204206
}
205207

0 commit comments

Comments
 (0)