From 84a93b508ea3a3c03c36287498f2b7127480ba5a Mon Sep 17 00:00:00 2001 From: monusingh-1 Date: Mon, 18 Mar 2024 11:17:22 +0530 Subject: [PATCH] Update Lucene snapshot location Signed-off-by: monusingh-1 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index e7dbd2c5..cc31ab39 100644 --- a/build.gradle +++ b/build.gradle @@ -69,7 +69,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 { @@ -161,7 +161,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 {