Skip to content

Commit

Permalink
Excavator: Consistent Gradle artifact repositories (#438)
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot authored Apr 7, 2021
1 parent 48f5bdc commit a3a6eb4
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
buildscript {
repositories {
gradlePluginPortal()
mavenCentral()
maven { url 'https://palantir.bintray.com/releases' }
jcenter()
maven {
url 'https://dl.bintray.com/palantir/releases/'
}
maven {
url 'https://plugins.gradle.org/m2/'
}
}

dependencies {
Expand Down Expand Up @@ -34,10 +31,9 @@ allprojects {
group 'com.palantir.metricschema'

repositories {
mavenCentral()
maven { url 'https://palantir.bintray.com/releases' }
jcenter()
maven {
url 'https://dl.bintray.com/palantir/releases/'
}
}
}

Expand Down

0 comments on commit a3a6eb4

Please sign in to comment.