Skip to content

Commit

Permalink
Update Lucene snapshot location (opensearch-project#1351) (opensearch…
Browse files Browse the repository at this point in the history
…-project#1352)

Signed-off-by: monusingh-1 <[email protected]>
(cherry picked from commit da8746f)

Co-authored-by: Monu Singh <[email protected]>
  • Loading branch information
2 people authored and skumarp7 committed Jul 22, 2024
1 parent 815d6ae commit 60059e9
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 60059e9

Please sign in to comment.