Skip to content

Commit 8764a73

Browse files
committed
Add ci.opensearch.org/m2/ mirror for plugin resolution (flow-framework)
Signed-off-by: shreyah963 <shreyab963@gmail.com>
1 parent a2aa910 commit 8764a73

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
@@ -54,6 +54,7 @@ buildscript {
5454

5555
repositories {
5656
mavenLocal()
57+
maven { url = "https://ci.opensearch.org/m2/" }
5758
maven { url = "https://ci.opensearch.org/maven2/" }
5859
maven { url = "https://ci.opensearch.org/ci/dbc/snapshots/maven/" }
5960
mavenCentral()
@@ -186,6 +187,7 @@ java {
186187

187188
repositories {
188189
mavenLocal()
190+
maven { url = "https://ci.opensearch.org/m2/" }
189191
maven { url = "https://ci.opensearch.org/maven2/" }
190192
maven { url = "https://ci.opensearch.org/ci/dbc/snapshots/maven/" }
191193
mavenCentral()

settings.gradle

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

0 commit comments

Comments
 (0)