Skip to content

Commit e391e7c

Browse files
Use DRA repository for build-tools dependencies (#2096)
Co-authored-by: Mark Vieira <portugee@gmail.com>
1 parent a46aad3 commit e391e7c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

buildSrc/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ repositories {
6161
flatDir { dirs new File(project.rootDir, "../localRepo") }
6262
} else {
6363
maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
64+
maven { url "https://artifacts-snapshot.elastic.co/elasticsearch/${esVersion}/maven" }
6465
}
6566
}
6667

qa/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ subprojects {
4040
flatDir { dirs new File(project.rootProject.rootDir, "localRepo") }
4141
} else {
4242
maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
43+
maven { url "https://artifacts-snapshot.elastic.co/elasticsearch/${version}/maven" }
4344
}
4445
}
4546
dependencies {

0 commit comments

Comments
 (0)