Here in my company we're building a Player SDK for android using GMF and Exoplayer as transitive dependencies and we would like to see which one is the best strategy to upload it to a maven repository ( we have a SonaType account ) that allow our clients to download it with a simple compile command.
We've been searching online but we couldn't reach a "perfect" or "ideal" solution. We came across this "gradle-mvn-push" plugin but looks like it's deprecated. Did anyone come across this problem? How did you solve it?
Thanks =)