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 Jan 2, 2024
1 parent c46fdbf commit 8a54713
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
buildscript {
repositories {
mavenCentral()
mavenCentral() { metadataSources { mavenPom(); ignoreGradleMetadataRedirection() } }
gradlePluginPortal() { metadataSources { mavenPom(); ignoreGradleMetadataRedirection() } }
}

dependencies {
Expand Down Expand Up @@ -55,7 +56,7 @@ dependencyUpdates {
}

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

test {
Expand Down

0 comments on commit 8a54713

Please sign in to comment.