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

onichols pushed a commit to branch support/1.14
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/support/1.14 by this push:
     new 46b684c  Fix for jcenter shutdown. (#7260)
46b684c is described below

commit 46b684c8717c84ec6e39b1ab31590ca600484011
Author: Jacob Barrett <[email protected]>
AuthorDate: Wed Jan 12 17:30:11 2022 -0800

    Fix for jcenter shutdown. (#7260)
    
    (cherry picked from commit ac04dc4348c9231960b46cefca13da41c1bff97e)
---
 build.gradle          | 2 +-
 buildSrc/build.gradle | 4 +---
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/build.gradle b/build.gradle
index 9a0c435..2047775 100755
--- a/build.gradle
+++ b/build.gradle
@@ -26,7 +26,7 @@ plugins {
   id "nebula.lint" version "16.17.0" apply false
   id "com.palantir.docker" version "0.26.0" apply false
   id "io.spring.dependency-management" version "1.0.11.RELEASE" apply false
-  id "org.ajoberstar.grgit" version "4.1.0" apply false
+  id "org.ajoberstar.grgit" version "4.1.1" apply false
   id "org.nosphere.apache.rat" version "0.6.0" apply false
   id "org.sonarqube" version "3.1.1" apply false
   id "me.champeau.gradle.japicmp" apply false // Version defined in 
buildSrc/build.gradle
diff --git a/buildSrc/build.gradle b/buildSrc/build.gradle
index 93ab552..95e4eb1 100644
--- a/buildSrc/build.gradle
+++ b/buildSrc/build.gradle
@@ -22,9 +22,7 @@ plugins {
 
 repositories {
   mavenCentral()
-  maven {
-    url "https://plugins.gradle.org/m2/";
-  }
+  gradlePluginPortal()
 }
 
 dependencies {

Reply via email to