Uploading multiple dependent android libraries to maven central -
i have next project construction in android studio
root project - liba - libb - libcommon - library (empty - depends on liba, libb, libc) where android library projects , both liba , libb dependent on libcommon. trying force entire project maven central using sonatype next code https://github.com/chrisbanes/gradle-mvn-push
the problem 1 project getting uploaded sonatype repo happens lastly 1 - library blank no dependencies added.
how can upload entire project ?
android maven android-gradle android-library
No comments:
Post a Comment