Fixed
Status Update
Comments
ma...@google.com <ma...@google.com>
je...@google.com <je...@google.com>
cm...@google.com <cm...@google.com> #2
Information redacted by Android Beta Feedback.
an...@google.com <an...@google.com> #4
We’ve shared this with our product and engineering teams and will continue to provide updates as more information becomes available.
Description
Prior to AGP 7.1.0, it was possible to pipe lint output to stdout via
textOutput 'stdout'
, but nowtextOutput
is aFile
and it's not clear how to pipe to stdout now aside from creating a separate task that then reads this file after the lint analysis task runs. It's totally fine if that's the case, but then the doc should probably be updated too as it still suggeststextOutput 'stdout'
.