Fixed
Status Update
Comments
va...@google.com <va...@google.com>
pi...@reviewable.io <pi...@reviewable.io> #2
I don't think this is related to Gradle itself. This is how Android handles resources.
Adam, do you have an idea of what's going on here?
Adam, do you have an idea of what's going on here?
sa...@google.com <sa...@google.com> #3
It seems the way Android handles the resources of type <item type=string> is flawed.
If gradle resValue generated the String resources using <string> tag instead of <item type=string> this would not be happening.
BTW, i don't see much advantage on using generic <item> tag in this case.
If gradle resValue generated the String resources using <string> tag instead of <item type=string> this would not be happening.
BTW, i don't see much advantage on using generic <item> tag in this case.
Description
Problem you have encountered:
We use the
google-github-actions/deploy-appengine@v2
GitHub action to deploy our app. It's been working fine for a long time then started failing today. The failure may be project-specific, but the bug here is that the output cuts off mid-log and doesn't include any kind of actionable error report (see the action's logs below).What you expected to happen:
I expected the deployment to work as it did before, or absent that to output an error message saying what went wrong.
Steps to reproduce:
Run the
google-github-actions/deploy-appengine@v2
on a project. It's currently consistently affecting two of our projects but the issue didn't start at the same time for both. It may be related to thegcloud
version but our previous successful runs didn't capture it so it's not clear whether it changed in the interim.Other information (workarounds you have tried, documentation consulted, etc):
The warning about the Appengine Flexible API is bogus; it is enabled.