You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
}
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: