Add URL for lucene snapshots (#858)
Signed-off-by: Marc Handalian <handalm@amazon.com>
This commit is contained in:
parent
6018a5d6d3
commit
c7e60b87f9
|
@ -95,7 +95,7 @@ public class RepositoriesSetupPlugin implements Plugin<Project> {
|
|||
// TODO(cleanup) - Setup own lucene snapshot repo
|
||||
MavenArtifactRepository luceneRepo = repos.maven(repo -> {
|
||||
repo.setName("lucene-snapshots");
|
||||
repo.setUrl("https://s3.amazonaws.com/download.elasticsearch.org/lucenesnapshots/" + revision);
|
||||
repo.setUrl("https://artifacts.opensearch.org/snapshots/lucene/");
|
||||
});
|
||||
repos.exclusiveContent(exclusiveRepo -> {
|
||||
exclusiveRepo.filter(
|
||||
|
|
Loading…
Reference in New Issue