-
Notifications
You must be signed in to change notification settings - Fork 643
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release latest changes to Maven Central #348
Comments
I'd be glad to get an ETA on this too. |
Have you solved the problems you encountered by updating the latest plugin source locally? |
I use plugin built from PR#341 on pretty large project. Works fine on AGP 7.0.3 + Gradle 7.2 for a while now, aar and jar includes correctly. |
After testing with the latest version on master branch it seems there is still an issue. External dependencies are embedded correctly, but the ones from submodules projects using Tested with AGP 7.0.3 and Gradle 7.2 |
That is indeed the issue I was facing.. Submodules aren't being embedded properly |
@Judas @GabrielBottari can you share test project configuration where issue is reproducible? |
Here is a simple project to reproduce. It's a library project embedding a sublibrary module. The library project has dev & prod flavors. If you run the I'm still debugging with my local plugin, for now I am trying to find why FlavorArtifact.getBundleTask returns a null TaskProvider |
For some reason, it seems to work for me right now for gradle |
@kezong with the PR about this issue now being merged, is there any release incoming? |
Bump, having the issue described here with Gradle |
Released in version 1.3.7 |
New changes we're recently made to support the library with Gradle version 7.0.2+. It is currently not available on the latest release, as it dates back a few months. Can we have a new version released on Maven Central? @kezong
Thank you!
The text was updated successfully, but these errors were encountered: