Excavator: Consistent Gradle artifact repositories (#418)
This commit is contained in:
parent
2860547770
commit
c676f8ac0c
1 changed files with 5 additions and 4 deletions
|
@ -16,9 +16,10 @@
|
|||
|
||||
buildscript {
|
||||
repositories {
|
||||
jcenter()
|
||||
gradlePluginPortal()
|
||||
maven { url 'https://palantir.bintray.com/releases'}
|
||||
mavenCentral()
|
||||
maven { url 'https://palantir.bintray.com/releases' }
|
||||
jcenter()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
@ -36,9 +37,9 @@ buildscript {
|
|||
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
maven { url 'https://palantir.bintray.com/releases' }
|
||||
jcenter()
|
||||
gradlePluginPortal()
|
||||
maven { url 'https://palantir.bintray.com/releases'}
|
||||
}
|
||||
|
||||
apply plugin: 'com.gradle.plugin-publish'
|
||||
|
|
Loading…
Reference in a new issue