fix buildscript repos to have jcenter for silly "needed" perforce dep
Original commit: elastic/x-pack-elasticsearch@d21868e7d4
This commit is contained in:
parent
d1b5d020f5
commit
c5ff81e0ac
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue