Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.

Commit 87afb3e

Browse files
Excavator: Consistent Gradle artifact repositories
1 parent 708bc7a commit 87afb3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

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

77
dependencies {

0 commit comments

Comments
 (0)