This is an automated email from the ASF dual-hosted git repository.
onichols pushed a commit to branch support/1.12
in repository https://gitbox.apache.org/repos/asf/geode.git
The following commit(s) were added to refs/heads/support/1.12 by this push:
new 4450bf1 Fix for jcenter shutdown. (#7260)
4450bf1 is described below
commit 4450bf150902b6418151a9810ac1f6677aba3fa9
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 6e06603..2384763 100755
--- a/build.gradle
+++ b/build.gradle
@@ -26,7 +26,7 @@ plugins {
id "nebula.lint" version "16.4.0" apply false
id "com.palantir.docker" version "0.22.1" apply false
id "io.spring.dependency-management" version "1.0.9.RELEASE" apply false
- id "org.ajoberstar.grgit" version "4.0.1" 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 "2.8" apply false
}
diff --git a/buildSrc/build.gradle b/buildSrc/build.gradle
index c8e7fe8..9f68842 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 {