From 96ba90b35b7f16140f4efaadfd52f29ada93b225 Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 16:30:27 -0800 Subject: [PATCH] Fixed lucene url (#1158) (#1161) (cherry picked from commit 5b85720d442d1b43001dde0c20248fd4a20a64b0) Signed-off-by: owaiskazi19 Signed-off-by: github-actions[bot] Co-authored-by: github-actions[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index fa56f5496..9e2130321 100644 --- a/build.gradle +++ b/build.gradle @@ -96,7 +96,7 @@ repositories { maven { url "https://aws.oss.sonatype.org/content/repositories/snapshots" } mavenCentral() maven { url "https://plugins.gradle.org/m2/" } - maven { url "https://artifacts.opensearch.org/snapshots/lucene/" } + maven { url "https://ci.opensearch.org/ci/dbc/snapshots/lucene/" } } apply plugin: 'java'