Skip to content

Commit 83886c8

Browse files
authored
Build: Remove bintray from repositories (#2523)
1 parent e680e07 commit 83886c8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ import groovy.transform.Memoized
2222
buildscript {
2323
repositories {
2424
gradlePluginPortal()
25-
maven { url "http://palantir.bintray.com/releases" }
26-
maven { url "https://plugins.gradle.org/m2/" }
2725
}
2826
dependencies {
2927
classpath 'com.github.jengelman.gradle.plugins:shadow:5.0.0'
@@ -63,7 +61,6 @@ allprojects {
6361
group = "org.apache.iceberg"
6462
version = getProjectVersion()
6563
repositories {
66-
maven { url "http://palantir.bintray.com/releases" }
6764
mavenCentral()
6865
mavenLocal()
6966
}

0 commit comments

Comments
 (0)