File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ buildscript {
2929 repositories {
3030 mavenLocal()
3131 maven { url " https://ci.opensearch.org/ci/dbc/snapshots/maven/" }
32+ maven { url " https://ci.opensearch.org/maven2/" }
3233 mavenCentral()
3334 maven { url " https://plugins.gradle.org/m2/" }
3435 }
@@ -107,6 +108,7 @@ allprojects {
107108repositories {
108109 mavenLocal()
109110 maven { url " https://ci.opensearch.org/ci/dbc/snapshots/maven/" }
111+ maven { url " https://ci.opensearch.org/maven2/" }
110112 mavenCentral()
111113 maven { url " https://plugins.gradle.org/m2/" }
112114}
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ project.forbiddenApisTest.enabled = false
2121repositories {
2222 mavenLocal()
2323 maven { url " https://ci.opensearch.org/ci/dbc/snapshots/maven/" }
24+ maven { url " https://ci.opensearch.org/maven2/" }
2425 mavenCentral()
2526 maven { url " https://plugins.gradle.org/m2/" }
2627}
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ tasks.named('forbiddenApisMain').configure {
3131repositories {
3232 mavenLocal()
3333 maven { url " https://ci.opensearch.org/ci/dbc/snapshots/maven/" }
34+ maven { url " https://ci.opensearch.org/maven2/" }
3435 mavenCentral()
3536 maven { url " https://plugins.gradle.org/m2/" }
3637}
Original file line number Diff line number Diff line change 77 * in the user manual at https://docs.gradle.org/6.5.1/userguide/multi_project_builds.html
88 */
99
10+ pluginManagement {
11+ repositories {
12+ maven { url " https://ci.opensearch.org/maven2/" }
13+ gradlePluginPortal()
14+ mavenCentral()
15+ }
16+ }
17+
1018rootProject. name = ' geospatial'
1119
1220include " :libs"
You can’t perform that action at this time.
0 commit comments