Status Update
Comments
gh...@google.com <gh...@google.com>
je...@google.com <je...@google.com>
ku...@gmail.com <ku...@gmail.com> #2
ga...@google.com <ga...@google.com> #3
for the "out" bundle issue, this seems indeed an issue. for the second one reported adding "debugUpdateAPKArtifact" to the path, this WAI as there can more more than one transformer and we need to automatically separate them so they do not use the same output folder. for #3, I will look at it but it might be difficult to change it at this time.
lu...@google.com <lu...@google.com>
lu...@google.com <lu...@google.com> #4
lu...@google.com <lu...@google.com> #5
Hello, this is a P1 S1 issue for a while now, and it's blocking us from upgrading to AGP 4.2 and further. What's the current status? And do you have plans to backport it to 4.2.x?
lu...@google.com <lu...@google.com>
pa...@gmail.com <pa...@gmail.com> #6
no we don't have a plan to backport this. why is this blocking you from upgrading ?
kh...@gmail.com <kh...@gmail.com> #7
sa...@peilicke.de <sa...@peilicke.de> #8
I commented on the merge request but to summarize :
you can set your signing tasks output folder to wherever you need to be :
artifacts.use(target.tasks.signedApkTaskProvider(this)).configure { signedDirProperty.set(File("/path/to/where/you/want/your/signed/files")) }
if you don't set it, then we will set a directory automatically.
lu...@google.com <lu...@google.com> #9
Thanks, Jerome!
Description
On CI builds we are seeing the following build failure happen occasionally during an incremental build. For example we do a build, then apply a change from a git commit, and build again.
We have enabled the following two properties for making the mergeResources task relocatable which could be the reason from looking at the stacktrace:
The app module also uses custom res source set locations in case that is relevant:
Stacktrace:
Version of Gradle Plugin: 7.0.0
Version of Gradle: Gradle 7.2
Version of Java: 11
OS: centOS