This is an automated email from the ASF dual-hosted git repository.

blue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git


The following commit(s) were added to refs/heads/master by this push:
     new 83886c8  Build: Remove bintray from repositories (#2523)
83886c8 is described below

commit 83886c87f516afed7e625bed7f5749838217138c
Author: Wing Yew Poon <[email protected]>
AuthorDate: Sun May 2 15:01:22 2021 -0700

    Build: Remove bintray from repositories (#2523)
---
 build.gradle | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/build.gradle b/build.gradle
index 4f74ee5..e3e8d3c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -22,8 +22,6 @@ import groovy.transform.Memoized
 buildscript {
   repositories {
     gradlePluginPortal()
-    maven { url "http://palantir.bintray.com/releases"; }
-    maven { url "https://plugins.gradle.org/m2/"; }
   }
   dependencies {
     classpath 'com.github.jengelman.gradle.plugins:shadow:5.0.0'
@@ -63,7 +61,6 @@ allprojects {
   group = "org.apache.iceberg"
   version = getProjectVersion()
   repositories {
-    maven { url  "http://palantir.bintray.com/releases"; }
     mavenCentral()
     mavenLocal()
   }

Reply via email to