From 9b6e6225d49ddabb2793e48d1287fe2a8a5f8c31 Mon Sep 17 00:00:00 2001 From: Owais Kazi Date: Mon, 10 Jul 2023 11:53:20 -0700 Subject: [PATCH] Change maven repo location for compatibility check (#2980) Signed-off-by: owaiskazi19 (cherry picked from commit e5348eb902aaba80c35860cc728ee92cc7ce2ab9) --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index fd70351cd5..98c64beed3 100644 --- a/build.gradle +++ b/build.gradle @@ -35,8 +35,8 @@ buildscript { } repositories { - mavenCentral() mavenLocal() + mavenCentral() maven { url "https://plugins.gradle.org/m2/" } maven { url "https://aws.oss.sonatype.org/content/repositories/snapshots" } maven { url "https://d1nvenhzbhpy0q.cloudfront.net/snapshots/lucene/" } @@ -365,8 +365,8 @@ publishing { } repositories { - mavenCentral() mavenLocal() + mavenCentral() maven { url "https://plugins.gradle.org/m2/" } maven { url "https://aws.oss.sonatype.org/content/repositories/snapshots" } maven { url "https://d1nvenhzbhpy0q.cloudfront.net/snapshots/lucene/" }