Skip to content

Commit

Permalink
Excavator: Consistent Gradle artifact repositories (#641)
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot committed May 18, 2022
1 parent 938cee5 commit c62bf60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
buildscript {
repositories {
gradlePluginPortal() { metadataSources { mavenPom(); ignoreGradleMetadataRedirection() } }
mavenCentral() { metadataSources { mavenPom(); ignoreGradleMetadataRedirection() } }
gradlePluginPortal() { metadataSources { mavenPom(); ignoreGradleMetadataRedirection() } }
}
dependencies {
classpath 'com.palantir.gradle.externalpublish:gradle-external-publish-plugin:1.11.0'
Expand Down

0 comments on commit c62bf60

Please sign in to comment.