From e5348eb902aaba80c35860cc728ee92cc7ce2ab9 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 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 8b463ff89b..7fdb6facd1 100644 --- a/build.gradle +++ b/build.gradle @@ -41,8 +41,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/" } @@ -374,8 +374,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/" }