-
Notifications
You must be signed in to change notification settings - Fork 152
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
Exception: Gradle build failed with code 127
when there's no gradlew
file generated before
#1301
Comments
This problem is already fixed in Flutter. See flutter/flutter#121904. It's not available on the stable channel yet, and won't be until the next major Flutter release (usually ~3 months). Before it becomes available, you have to manually run When that PR is on the stable channel, to generate the |
For anyone arriving at this issue more recently: the fix has arrived on Flutter stable, so you can do:
|
This issue has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar problem, please file a new issue. Make sure to follow the template and provide all the information necessary to reproduce the issue. |
Is there an existing issue for this?
Steps to reproduce
Check run here: https://github.com/leancodepl/patrol/actions/runs/5046028831/jobs/9051026658#step:9:47
Actual results
Every Android builds fail after few seconds when using patrol on CI.
Logs
Logs
Proposal
patrol_cli should generate gradlew on its own when there isn't one.
The text was updated successfully, but these errors were encountered: