Skip to content

Conversation

@mravn-google
Copy link
Contributor

Bootstrapping Gradle via the Gradle Wrapper may involve downloading and unpacking a Gradle installation. Took 8 seconds last I tried.

Invoking Gradle afterwards (just to learn where it wants to put the apk) involves resolving dependencies, which may in turn involve downloading the internet. Took >30 seconds last I tried.

These processes are now executed by async functions and using a slow-op status logger to provide a reasonable UX.

Fixes #10994.

Copy link
Contributor

@jakobr-google jakobr-google left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mravn-google mravn-google merged commit 030abfd into flutter:master Jun 29, 2017
gspencergoog pushed a commit to gspencergoog/flutter that referenced this pull request Jul 1, 2017
@mravn-google mravn-google deleted the gradle_feedback branch December 18, 2017 21:28
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 12, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Long delay with no status printed when running after changing gradle version

3 participants