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

packagesToExclude and bundled aars from POMs #43

Closed rafaelrabeloit closed 4 years ago

rafaelrabeloit commented 5 years ago

I had some issues with bundling aar dependencies, so made some fixes. The method processZipFile didn't have enough information to get dependencies recursively from the processPomFile, so I added those parameters to the method and made the call. Also, added a property to exclude packages from bundling, since we had that as our use case at the time.

Took the liberty to bump version to 2.1.1 because we deployed internally, but would be great if you guys published it :)

Thanks

oscarcpozas commented 5 years ago

@rafaelitajuba thank you for your contribution to this project. As soon as this PR is closed, we'll release a new version.

rafaelrabeloit commented 5 years ago

@rafaelitajuba thank you for your contribution to this project. As soon as this PR is closed, we'll release a new version.

No problem! I'm just glad to be able to contribute, and sorry that I haven't done it sooner :)