Skip to content

Commit d5810da

Browse files
Excavator: Consistent Gradle artifact repositories (#622)
1 parent ae7fc9b commit d5810da

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ buildscript {
44
repositories {
55
gradlePluginPortal()
66
mavenCentral()
7-
jcenter()
87
}
98
dependencies {
109
classpath 'com.palantir.gradle.externalpublish:gradle-external-publish-plugin:1.2.1'
@@ -34,7 +33,6 @@ allprojects {
3433

3534
repositories {
3635
mavenCentral()
37-
jcenter()
3836
}
3937
}
4038

0 commit comments

Comments
 (0)