Skip to content

Commit

Permalink
Update Lucene snapshot location (#1351) (#1352)
Browse files Browse the repository at this point in the history
Signed-off-by: monusingh-1 <[email protected]>
(cherry picked from commit da8746f)

Co-authored-by: Monu Singh <[email protected]>
  • Loading branch information
opensearch-trigger-bot[bot] and monusingh-1 authored Mar 18, 2024
1 parent 8699f7a commit 4ccf6a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit 4ccf6a3

Please sign in to comment.