Skip to content

Commit 98997f3

Browse files
opensearch-ci-botshreyah963peterzhuamazon
authored
Add ci.opensearch.org/m2/ mirror for plugin resolution (asynchronous-search) (#851) (#853)
* Add ci.opensearch.org/m2/ mirror for plugin resolution (asynchronous-search) * Address order issues --------- (cherry picked from commit 8da1322) Signed-off-by: shreyah963 <shreyab963@gmail.com> Signed-off-by: Peter Zhu <zhujiaxi@amazon.com> Signed-off-by: opensearch-ci-bot <opensearch-infra@amazon.com> Co-authored-by: Shreya Bhatta <shreyab963@gmail.com> Co-authored-by: Peter Zhu <zhujiaxi@amazon.com>
1 parent ac7819d commit 98997f3

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ buildscript {
2727
repositories {
2828
mavenLocal()
2929
maven { url "https://ci.opensearch.org/maven2/" }
30+
maven { url "https://ci.opensearch.org/m2/" }
3031
mavenCentral()
3132
maven { url "https://plugins.gradle.org/m2/" }
3233
maven { url "https://ci.opensearch.org/ci/dbc/snapshots/maven/" }
@@ -51,6 +52,7 @@ plugins {
5152
repositories {
5253
mavenLocal()
5354
maven { url "https://ci.opensearch.org/maven2/" }
55+
maven { url "https://ci.opensearch.org/m2/" }
5456
mavenCentral()
5557
maven { url "https://plugins.gradle.org/m2/" }
5658
maven { url "https://ci.opensearch.org/ci/dbc/snapshots/maven/" }

settings.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
pluginManagement {
77
repositories {
88
maven { url "https://ci.opensearch.org/maven2/" }
9+
maven { url "https://ci.opensearch.org/m2/" }
910
gradlePluginPortal()
1011
mavenCentral()
1112
}

0 commit comments

Comments
 (0)