From 4ccf6a320b993e2c2270e7c02eaf5eeef67b1324 Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 11:41:54 +0530 Subject: [PATCH] Update Lucene snapshot location (#1351) (#1352) Signed-off-by: monusingh-1 (cherry picked from commit da8746ff50fbf1d8b8f8d4bce3c312df94607f59) Co-authored-by: Monu Singh --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 032cd466..5afdff3b 100644 --- a/build.gradle +++ b/build.gradle @@ -73,7 +73,7 @@ buildscript { mavenCentral() maven { url "https://aws.oss.sonatype.org/content/repositories/snapshots" } maven { url "https://plugins.gradle.org/m2/" } - maven { url "https://d1nvenhzbhpy0q.cloudfront.net/snapshots/lucene/" } + maven { url "https://artifacts.opensearch.org/snapshots/lucene/" } } dependencies { @@ -157,7 +157,7 @@ repositories { mavenCentral() maven { url "https://aws.oss.sonatype.org/content/repositories/snapshots" } maven { url "https://plugins.gradle.org/m2/" } - maven { url "https://d1nvenhzbhpy0q.cloudfront.net/snapshots/lucene/" } + maven { url "https://artifacts.opensearch.org/snapshots/lucene/" } } compileKotlin {