File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ plugins {
1313}
1414
1515repositories {
16+ maven { url " https://ci.opensearch.org/maven2/" }
1617 mavenCentral()
1718}
1819
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ plugins {
1111}
1212
1313repositories {
14+ maven { url " https://ci.opensearch.org/maven2/" }
1415 mavenCentral()
1516}
1617
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ plugins {
99}
1010
1111repositories {
12+ maven { url " https://ci.opensearch.org/maven2/" }
1213 mavenCentral()
1314}
1415
Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ buildscript {
5555
5656 repositories {
5757 mavenLocal()
58+ maven { url " https://ci.opensearch.org/maven2/" }
5859 mavenCentral()
5960 maven { url " https://ci.opensearch.org/ci/dbc/snapshots/maven/" }
6061 }
@@ -79,6 +80,7 @@ apply plugin: 'opensearch.java'
7980// Repository on root level is for dependencies that project code depends on. And this block must be placed after plugins{}
8081repositories {
8182 mavenLocal()
83+ maven { url " https://ci.opensearch.org/maven2/" }
8284 mavenCentral() // For Elastic Libs that you can use to get started coding until open OpenSearch libs are available
8385 maven { url " https://ci.opensearch.org/ci/dbc/snapshots/maven/" }
8486 maven { url ' https://jitpack.io' }
@@ -130,6 +132,7 @@ allprojects {
130132subprojects {
131133 repositories {
132134 mavenLocal()
135+ maven { url " https://ci.opensearch.org/maven2/" }
133136 mavenCentral()
134137 maven { url " https://ci.opensearch.org/ci/dbc/snapshots/maven/" }
135138 maven { url " https://ci.opensearch.org/ci/dbc/snapshots/lucene/" }
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ apply plugin: 'java'
33
44
55repositories {
6+ maven { url " https://ci.opensearch.org/maven2/" }
67 mavenCentral()
78}
89
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ plugins {
2929}
3030
3131repositories {
32+ maven { url " https://ci.opensearch.org/maven2/" }
3233 mavenCentral()
3334}
3435
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ plugins {
3131}
3232
3333repositories {
34+ maven { url " https://ci.opensearch.org/maven2/" }
3435 mavenCentral()
3536}
3637
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ plugins {
1010}
1111
1212repositories {
13+ maven { url " https://ci.opensearch.org/maven2/" }
1314 mavenCentral()
1415}
1516
Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ apply plugin: 'com.wiredforcode.spawn'
4848
4949
5050repositories {
51+ maven { url " https://ci.opensearch.org/maven2/" }
5152 mavenCentral()
5253 maven { url ' https://jitpack.io' }
5354
Original file line number Diff line number Diff line change 4242}
4343
4444repositories {
45+ maven { url " https://ci.opensearch.org/maven2/" }
4546 mavenCentral()
4647 maven { url ' https://jitpack.io' }
4748}
You can’t perform that action at this time.
0 commit comments