File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 44 */
55
66
7+ pluginManagement {
8+ repositories {
9+ maven { url = uri(" https://ci.opensearch.org/maven2/" ) }
10+ gradlePluginPortal()
11+ mavenCentral()
12+ }
13+ }
14+
715rootProject. name = ' opensearch-sql'
816
917include ' opensearch-sql-plugin'
You can’t perform that action at this time.
0 commit comments