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
Is there any hope this library will make it to maven central any time soon? All of our other dependencies are available there. I'm getting pushback trying to import this library because it requires a lot of churn in our build system.
Thanks!
The text was updated successfully, but these errors were encountered:
We decided to go with Bintray/JCenter instead of pushing to Maven Central awhile ago. I wasn't that directly involved in that decision but unfortunately those who were have all left. I'm not opposed to revisiting it, but I can't commit to if or when that would happen.
Do you have an approval process that prevents you from pulling it from JCenter? In SBT it should just be as simple as adding Resolver.jcenterRepo to your resolvers. But I do know lots of orgs have a requirement to pull everything through a company managed repo.
We're using Bazel, with https://github.com/johnynek/bazel-deps for our maven dependencies. There's some bug with that project that doesn't handle multiple resolvers. I'm working on a fix for that, but in the meantime if it's possible for you to just push a button to publish to maven central, that would be much preferable. I'd be happy to do any work required for this if your team is amenable!
Is there any hope this library will make it to maven central any time soon? All of our other dependencies are available there. I'm getting pushback trying to import this library because it requires a lot of churn in our build system.
Thanks!
The text was updated successfully, but these errors were encountered: