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 Jul 30, 2024
1 parent 0548ebc commit c1d8e8a
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 Down Expand Up @@ -39,7 +39,7 @@ allprojects {
group 'com.palantir.conjure.examples'

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

Expand Down

0 comments on commit c1d8e8a

Please sign in to comment.