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 committed by GitHub
parent 3eb85751d2
commit 16a2c4246f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 33 additions and 7 deletions

View file

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