Android libraries: maven vs maven-publish gradle project

I am building a large multi-module Android library and I need to publish the library for the internal company Artifactory.

Should I use an old mavenplugin or a new maven-publishplugin?

Note. The two plugins mentioned above do not support Android, so there are two community ports.

It's also interesting - the Android Tools team abandoned the experimental gradle plugin , which was based on the SoftwareComponent model - this is what the maven-publishplugin uses. Is it maven-publishobsolete too?

+4
source share

Source: https://habr.com/ru/post/1692788/


All Articles