Provide names for all artifact repositories (#41857)

This commit adds a name for each Maven and Ivy repository used in the
build.
This commit is contained in:
Jason Tedor 2019-05-07 06:34:51 -04:00
parent 3a35427b6d
commit d7fd51a84e
No known key found for this signature in database
GPG key ID: FA89F05560F16BC5
20 changed files with 33 additions and 7 deletions

View file

@ -68,6 +68,7 @@ For Gradle:
["source","groovy",subs="attributes"]
--------------------------------------------------
maven {
name "lucene-snapshots"
url 'https://s3.amazonaws.com/download.elasticsearch.org/lucenesnapshots/00142c9'
}
--------------------------------------------------