There was an error while loading. Please reload this page.
1 parent 6730ea3 commit 47c84b5Copy full SHA for 47c84b5
1 file changed
build.gradle
@@ -34,8 +34,9 @@ buildscript {
34
// Used to resolve build file dependencies
35
repositories {
36
mavenLocal()
37
- maven { url "https://ci.opensearch.org/ci/dbc/snapshots/maven/" }
+ maven { url "https://ci.opensearch.org/maven2/" }
38
mavenCentral()
39
+ maven { url "https://ci.opensearch.org/ci/dbc/snapshots/maven/" }
40
maven { url "https://plugins.gradle.org/m2/" }
41
}
42
@@ -198,8 +199,9 @@ publishing {
198
199
200
201
202
203
204
205
206
207
0 commit comments