Skip to content

Commit

Permalink
Excavator: Consistent Gradle artifact repositories (#376)
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot authored May 18, 2022
1 parent da42d02 commit bdb78e5
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
Expand Up @@ -16,8 +16,8 @@

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

dependencies {
Expand Down

0 comments on commit bdb78e5

Please sign in to comment.