You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gobblin.apache.org by su...@apache.org on 2020/01/13 23:54:51 UTC

[incubator-gobblin] branch master updated: [GOBBLIN-1019] Change jcenter url to https

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

suvasude pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-gobblin.git


The following commit(s) were added to refs/heads/master by this push:
     new 357d1db  [GOBBLIN-1019] Change jcenter url to https
357d1db is described below

commit 357d1db84c4601b3e50f7d26a05d8ce282c5159d
Author: Jack Moseley <jm...@linkedin.com>
AuthorDate: Mon Jan 13 15:54:44 2020 -0800

    [GOBBLIN-1019] Change jcenter url to https
    
    Closes #2865 from jack-moseley/jcenter-https
---
 gradle/scripts/buildscript.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gradle/scripts/buildscript.gradle b/gradle/scripts/buildscript.gradle
index 3ad13c5..0d2dfd2 100644
--- a/gradle/scripts/buildscript.gradle
+++ b/gradle/scripts/buildscript.gradle
@@ -21,7 +21,7 @@ repositories {
     repositories {
         maven {
             // For gradle-nexus-plugin
-            url 'http://jcenter.bintray.com/'
+            url 'https://jcenter.bintray.com/'
         }
     }
 }