Skip to content Skip to sidebar Skip to footer

Publish An Aar File To Maven Central With Gradle Not Working

Publish an aar file to Maven Central with Gradle still not working: Ok, let's repeat all the steps I followed to manage to 'Publish an aar file to Maven Central with Gradle' (I mai

Solution 1:

You can publish your aar to JCenter instead.

  1. It's the default in Android Studio.
  2. You can sync to Central from there in much easier way.
  3. It's so much easier to publish there.
  4. You can use oss.jfrog.org for snapshots.

Solution 2:

Every step I needed to publish my aar file to JCenter and then syncronize it with Maven Central could be read here: https://github.com/danielemaddaluno/gradle-jcenter-publish


Post a Comment for "Publish An Aar File To Maven Central With Gradle Not Working"