Skip to content

Commit

Permalink
Excavator: Consistent Gradle artifact repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot committed Dec 14, 2022
1 parent 277ffe2 commit c91b12c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
buildscript {
repositories {
gradlePluginPortal()
mavenCentral()
mavenCentral() { metadataSources { mavenPom(); ignoreGradleMetadataRedirection() } }
gradlePluginPortal() { metadataSources { mavenPom(); ignoreGradleMetadataRedirection() } }
}

dependencies {
Expand All @@ -27,7 +27,7 @@ allprojects {
version gitVersion()

repositories {
mavenCentral()
mavenCentral() { metadataSources { mavenPom(); ignoreGradleMetadataRedirection() } }
}

}
Expand Down

0 comments on commit c91b12c

Please sign in to comment.