Skip to content

Commit

Permalink
Excavator: Consistent Gradle artifact repositories (#652)
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot authored Apr 23, 2021
1 parent ece828c commit 4f573cd
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 @@ -28,7 +27,6 @@ allprojects {
apply plugin: 'com.palantir.java-format'
repositories {
mavenCentral()
maven { url 'https://palantir.bintray.com/releases' }
jcenter()
}

Expand Down

0 comments on commit 4f573cd

Please sign in to comment.