Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maven repositories in gradle #939

Closed
frotsch opened this issue Jul 6, 2021 · 2 comments
Closed

Maven repositories in gradle #939

frotsch opened this issue Jul 6, 2021 · 2 comments
Assignees
Labels
enhancement Enhancement or improvement to existing feature or request

Comments

@frotsch
Copy link
Contributor

frotsch commented Jul 6, 2021

Just tried to code something in OpenSearch :server project which depends on an external library.
Adding them to build.gradle makes gradle only to look in the jcenter repo but not locally in .m2 or on maven central.
I suggest to define for all project the following repos:

repositories {
  mavenLocal()
  mavenCentral()
  jcenter()
  //+ an opensearch maven repo if we have one
}
@tlfeng tlfeng added enhancement Enhancement or improvement to existing feature or request untriaged labels Jul 6, 2021
@dblock
Copy link
Member

dblock commented Jul 16, 2021

Once opensearch-project/opensearch-build#20 is done we will get this updated.

@dblock
Copy link
Member

dblock commented Jan 18, 2022

I believe this is long done, closing.

@dblock dblock closed this as completed Jan 18, 2022
ritty27 pushed a commit to ritty27/OpenSearch that referenced this issue May 12, 2024
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement or improvement to existing feature or request
Projects
None yet
Development

No branches or pull requests

4 participants