How to deploy to a Maven repository

Hi everybody, when trying to automate the process of releasing into Maven Central, which Gradle plugin is best to use? Thank you, Micky.

I’d actually recommend publishing to bintray and then syncing to Maven Central.

JFrog provides a plugin for this.

1 Like

Thanks a lot Mark Vieira!
I don’t have any experience yet on working with JFrog plugins but this sounds like a good way to start.

Best,
Micky