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'
|
name 'sonatype-snapshots'
|
||||||
url 'http://oss.sonatype.org/content/repositories/snapshots/'
|
url 'http://oss.sonatype.org/content/repositories/snapshots/'
|
||||||
}
|
}
|
||||||
|
jcenter()
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'org.elasticsearch.gradle:build-tools:3.0.0-SNAPSHOT'
|
classpath 'org.elasticsearch.gradle:build-tools:3.0.0-SNAPSHOT'
|
||||||
|
|
Loading…
Reference in New Issue