Skip to content

Commit 01129cb

Browse files
Excavator: Consistent Gradle artifact repositories
1 parent a85e1fd commit 01129cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
buildscript {
22
repositories {
3-
gradlePluginPortal()
4-
mavenCentral()
3+
mavenCentral() { metadataSources { mavenPom(); ignoreGradleMetadataRedirection() } }
4+
gradlePluginPortal() { metadataSources { mavenPom(); ignoreGradleMetadataRedirection() } }
55
}
66

77
dependencies {
@@ -40,7 +40,7 @@ allprojects {
4040
group 'com.palantir.conjure.examples'
4141

4242
repositories {
43-
mavenCentral()
43+
mavenCentral() { metadataSources { mavenPom(); ignoreGradleMetadataRedirection() } }
4444
}
4545
}
4646

0 commit comments

Comments
 (0)