From 475f0c36e5b6267aaeb101627b9c3ae1fcca3a88 Mon Sep 17 00:00:00 2001 From: Owais Kazi Date: Thu, 25 Jan 2024 14:37:12 -0800 Subject: [PATCH] Updated lucene snapshot url (#1146) 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