You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ib...@apache.org on 2021/01/27 21:41:05 UTC

[beam] branch master updated: [BEAM-11689] Add public.nexus.pentaho.org to offline repositories.

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 870cc22  [BEAM-11689] Add public.nexus.pentaho.org to offline repositories.
     new aab90f2  Merge pull request #13823 from ibzib/pentaho-offline
870cc22 is described below

commit 870cc2253544bc7307bb11c3f3957cfdc6759318
Author: Kyle Weaver <kc...@google.com>
AuthorDate: Wed Jan 27 11:11:48 2021 -0800

    [BEAM-11689] Add public.nexus.pentaho.org to offline repositories.
---
 buildSrc/src/main/groovy/org/apache/beam/gradle/Repositories.groovy | 1 +
 1 file changed, 1 insertion(+)

diff --git a/buildSrc/src/main/groovy/org/apache/beam/gradle/Repositories.groovy b/buildSrc/src/main/groovy/org/apache/beam/gradle/Repositories.groovy
index 258ab08..ad4099f 100644
--- a/buildSrc/src/main/groovy/org/apache/beam/gradle/Repositories.groovy
+++ b/buildSrc/src/main/groovy/org/apache/beam/gradle/Repositories.groovy
@@ -81,6 +81,7 @@ class Repositories {
         jcenter()
         maven { url "https://plugins.gradle.org/m2/" }
         maven { url "https://repo.spring.io/plugins-release" }
+        maven { url "https://public.nexus.pentaho.org/repository/proxy-public-3rd-party-release" }
         maven { url "https://packages.confluent.io/maven/" }
         maven { url project.offlineRepositoryRoot }
       }