We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a46aad3 commit e391e7cCopy full SHA for e391e7c
buildSrc/build.gradle
@@ -61,6 +61,7 @@ repositories {
61
flatDir { dirs new File(project.rootDir, "../localRepo") }
62
} else {
63
maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
64
+ maven { url "https://artifacts-snapshot.elastic.co/elasticsearch/${esVersion}/maven" }
65
}
66
67
qa/build.gradle
@@ -40,6 +40,7 @@ subprojects {
40
flatDir { dirs new File(project.rootProject.rootDir, "localRepo") }
41
42
43
+ maven { url "https://artifacts-snapshot.elastic.co/elasticsearch/${version}/maven" }
44
45
46
dependencies {
0 commit comments