File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ buildscript {
2626
2727 repositories {
2828 mavenLocal()
29+ maven { url " https://ci.opensearch.org/maven2/" }
2930 mavenCentral()
3031 maven { url " https://plugins.gradle.org/m2/" }
3132 maven { url " https://ci.opensearch.org/ci/dbc/snapshots/maven/" }
@@ -49,6 +50,7 @@ plugins {
4950
5051repositories {
5152 mavenLocal()
53+ maven { url " https://ci.opensearch.org/maven2/" }
5254 mavenCentral()
5355 maven { url " https://plugins.gradle.org/m2/" }
5456 maven { url " https://ci.opensearch.org/ci/dbc/snapshots/maven/" }
Original file line number Diff line number Diff line change 33 * SPDX-License-Identifier: Apache-2.0
44 */
55
6-
6+ pluginManagement {
7+ repositories {
8+ maven { url " https://ci.opensearch.org/maven2/" }
9+ gradlePluginPortal()
10+ mavenCentral()
11+ }
12+ }
713
814rootProject. name = ' asynchronous-search'
You can’t perform that action at this time.
0 commit comments