From 809df5d011a5a3786840528b703c065178043aee Mon Sep 17 00:00:00 2001 From: owaiskazi19 Date: Thu, 25 Jan 2024 22:04:08 +0000 Subject: [PATCH] Updated lucene snapshot url Signed-off-by: owaiskazi19 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 06bade6d4..9f4694b44 100644 --- a/build.gradle +++ b/build.gradle @@ -100,7 +100,7 @@ repositories { maven { url "https://aws.oss.sonatype.org/content/repositories/snapshots" } mavenCentral() maven { url "https://plugins.gradle.org/m2/" } - maven { url "https://d1nvenhzbhpy0q.cloudfront.net/snapshots/lucene/" } + maven { url "https://artifacts.opensearch.org/snapshots/lucene/" } } configurations { zipArchive