Add jcenter to buildSrc repos so that when elasticsearch/buildSrc is

attached it finds it for the dummy perforce dependency.

Original commit: elastic/x-pack-elasticsearch@6bd377ab6a
This commit is contained in:
Ryan Ernst 2015-11-04 10:58:27 -08:00
parent 081ffbeced
commit dc2fcf22b0

View File

@ -19,6 +19,7 @@ repositories {
name 'sonatype-snapshots'
url "https://oss.sonatype.org/content/repositories/snapshots/"
}
jcenter()
}
subprojects {