Skip to content

Commit

Permalink
Excavator: Consistent Gradle artifact repositories (#1840)
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot committed Jul 22, 2021
1 parent 04312b9 commit 10a4664
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions build.gradle
Expand Up @@ -4,7 +4,6 @@ buildscript {
repositories {
gradlePluginPortal()
mavenCentral()
jcenter()
}

dependencies {
Expand All @@ -29,7 +28,6 @@ allprojects {
repositories {
gradlePluginPortal()
mavenCentral()
jcenter()
}

// Since we are using gradle-baseline in gradle-baseline we need to undo forces on project dependencies. Following
Expand Down
Expand Up @@ -6,7 +6,6 @@ plugins {

repositories {
mavenCentral()
jcenter()
}

sourceCompatibility = 1.8
Expand Down
Expand Up @@ -21,7 +21,6 @@ plugins {

repositories {
mavenCentral()
jcenter()
}

sourceCompatibility = 1.7
Expand Down

0 comments on commit 10a4664

Please sign in to comment.