fix buildscript repos to have jcenter for silly "needed" perforce dep

Original commit: elastic/x-pack-elasticsearch@d21868e7d4
This commit is contained in:
Ryan Ernst 2015-10-29 15:21:25 -07:00
parent d1b5d020f5
commit c5ff81e0ac
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ buildscript {
name 'sonatype-snapshots'
url 'http://oss.sonatype.org/content/repositories/snapshots/'
}
jcenter()
}
dependencies {
classpath 'org.elasticsearch.gradle:build-tools:3.0.0-SNAPSHOT'