Skip to content

Commit

Permalink
Merge pull request #8 from palantir/roomba/consistent-repositories-oss
Browse files Browse the repository at this point in the history
Excavator:  Consistent Gradle artifact repositories
  • Loading branch information
daberkow authored Jan 2, 2024
2 parents c46fdbf + 8a54713 commit 843e0d9
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 843e0d9

Please sign in to comment.