Skip to content

Commit 79f2a86

Browse files
Excavator: Consistent Gradle artifact repositories (#584)
1 parent 7e0f6eb commit 79f2a86

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build.gradle

-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ buildscript {
44
repositories {
55
gradlePluginPortal()
66
mavenCentral()
7-
maven { url 'https://palantir.bintray.com/releases' }
87
jcenter()
98
}
109
dependencies {
@@ -35,7 +34,6 @@ allprojects {
3534

3635
repositories {
3736
mavenCentral()
38-
maven { url 'https://palantir.bintray.com/releases' }
3937
jcenter()
4038
}
4139
}

0 commit comments

Comments
 (0)