Status Update
Comments
je...@google.com <je...@google.com>
to...@gmail.com <to...@gmail.com> #2
I also need that. We need to send a hash of builder AAB to our server, automatically.
I would tell that it is mandatory also for Firebase Crashlytis plugins which send mapping files of the production apps to the firebase servers.
cm...@google.com <cm...@google.com> #3
Our own verify library resources task could use the same mechanism internally too once we've implemented it
dr...@gmail.com <dr...@gmail.com> #4
We need something like this for lint reports. Our use case is to run a task that validates all our expected custom lint checks were actually executed and we currently doing this by adding a finalizer task to the copyAndroidLintReports
task that examines the final lint report.
je...@google.com <je...@google.com> #5
Work in Progress: Change-Id: I8740dbbc8b2572b3e0e5df41a9761defbab70a7c
je...@google.com <je...@google.com>
an...@google.com <an...@google.com> #6
Thank you for your patience while our engineering team worked to resolve this issue. A fix for this issue is now available in:
- Android Studio Iguana | 2023.2.1 Canary 11
- Android Gradle Plugin 8.3.0-alpha11
We encourage you to try the latest update.
If you notice further issues or have questions, please file a new bug report.
Thank you for taking the time to submit feedback — we really appreciate it!
Description
From Issue 219002669#comment4 :
We could look at implementing a different kind of get() that also registers the task as
finalizedBy
.The API could look like this:
This would make the task both do a
get()
on the artifacts but also make it finalize the last producer/transform of the artifact.