Skip to content

Commit 32840f9

Browse files
authored
Add ci.opensearch.org maven2 mirror to avoid throttling (#837)
Signed-off-by: Sayali Gaikawad <gaiksaya@amazon.com>
1 parent 09ef2e4 commit 32840f9

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

5051
repositories {
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/" }

settings.gradle

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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

814
rootProject.name = 'asynchronous-search'

0 commit comments

Comments
 (0)