Mobbeel / fataar-gradle-plugin

Gradle plugin to help embed dependencies in generated AAR artifact
https://plugins.gradle.org/plugin/com.mobbeel.plugin
Apache License 2.0
340 stars 44 forks source link

Do not support publish generated aar to maven #23

Closed bangelua closed 5 years ago

bangelua commented 5 years ago

I have a aar lib, call as B.aar here, it dependent another aar, call A.aar. your plugin works when assemble locally. but after I publish my aar lib B to maven repo via uploadArchives, the B.aar file uploaded on maven server still not contains A.aar.

oscarcpozas commented 5 years ago

But if you are generating correctly the AAR in local doesn't depend on this plugin the upload to the artifacts repository. How are you publishing this AAR?

oscarcpozas commented 5 years ago

Closed for inactivity