Skip to content
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

Add progress tracking to gradle package #24

Open
clabe45 opened this issue Sep 8, 2022 · 0 comments
Open

Add progress tracking to gradle package #24

clabe45 opened this issue Sep 8, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@clabe45
Copy link
Owner

clabe45 commented Sep 8, 2022

One way to implement this would be to return a generator, yielding the current progress as a percentage every time gradle prints a progress update.

We will most likely need to pass --console=plain to Gradle to make its output machine readable.

To calculate a percentage, we could parse the Gradle tasks by doing a dry-run and use that as the total task count.

Once this issue is completed, the next step is to use this feature in the main cli package (shulkr).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Todo
Development

No branches or pull requests

1 participant