Skip to content

Commit

Permalink
Excavator: Consistent Gradle artifact repositories (#435)
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot authored Apr 7, 2021
1 parent 33ba755 commit 8d15860
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
buildscript {
repositories {
jcenter()
maven { url 'https://plugins.gradle.org/m2/' }
gradlePluginPortal()
mavenCentral()
maven { url 'https://palantir.bintray.com/releases' }
jcenter()
}
dependencies {
classpath 'com.netflix.nebula:gradle-info-plugin:9.3.0'
Expand All @@ -22,8 +23,9 @@ plugins {
}

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

apply plugin: 'java-gradle-plugin'
Expand Down

0 comments on commit 8d15860

Please sign in to comment.