From 667858ee33605b7200331061551c044fe92f9695 Mon Sep 17 00:00:00 2001 From: owaiskazi19 Date: Mon, 10 Jul 2023 17:54:50 +0000 Subject: [PATCH] Change maven repo location for compatibility check 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/" }