Skip to content

Commit 784c075

Browse files
opensearch-ci-botshreyah963peterzhuamazon
authored
[Backport main] Add ci.opensearch.org/m2/ mirror for plugin resolution (flow-framework) (#1451)
Add ci.opensearch.org/m2/ mirror for plugin resolution (flow-framework) (#1449) * Add ci.opensearch.org/m2/ mirror for plugin resolution (flow-framework) * Address order issues --------- (cherry picked from commit 2b114f5) 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 a2aa910 commit 784c075

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
@@ -55,6 +55,7 @@ buildscript {
5555
repositories {
5656
mavenLocal()
5757
maven { url = "https://ci.opensearch.org/maven2/" }
58+
maven { url = "https://ci.opensearch.org/m2/" }
5859
maven { url = "https://ci.opensearch.org/ci/dbc/snapshots/maven/" }
5960
mavenCentral()
6061
maven { url = "https://plugins.gradle.org/m2/" }
@@ -187,6 +188,7 @@ java {
187188
repositories {
188189
mavenLocal()
189190
maven { url = "https://ci.opensearch.org/maven2/" }
191+
maven { url = "https://ci.opensearch.org/m2/" }
190192
maven { url = "https://ci.opensearch.org/ci/dbc/snapshots/maven/" }
191193
mavenCentral()
192194
maven { url = "https://plugins.gradle.org/m2/" }

settings.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
pluginManagement {
22
repositories {
33
maven { url "https://ci.opensearch.org/maven2/" }
4+
maven { url "https://ci.opensearch.org/m2/" }
45
gradlePluginPortal()
56
mavenCentral()
67
}

0 commit comments

Comments
 (0)