Skip to content

Commit

Permalink
Excavator: Consistent Gradle artifact repositories (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot authored May 10, 2021
1 parent 7b7c34e commit 11cb8e8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ buildscript {
repositories {
gradlePluginPortal()
mavenCentral()
maven { url 'https://palantir.bintray.com/releases' }
jcenter()
}

Expand All @@ -25,7 +24,6 @@ apply plugin: 'maven-publish'
repositories {
gradlePluginPortal()
mavenCentral()
maven { url 'https://palantir.bintray.com/releases' }
jcenter()
}

Expand Down

0 comments on commit 11cb8e8

Please sign in to comment.