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

Address a possible Gradle progress listener bug #8425

Merged
merged 3 commits into from
Mar 15, 2024

Conversation

sschuberth
Copy link
Member

@sschuberth sschuberth commented Mar 15, 2024

Please have a look at the individual commit messages for the details.

Big thanks to @brigaccess for findings and filing gradle/gradle#28464!

Not always registering a `ProgressListener` that, depening on the log
level, eventually does not nothing is good practice anyway, and it helps
to circumvent a bug with Gradle 8.5 [1] when analyzing such projects.

[1]: gradle/gradle#28464

Signed-off-by: Sebastian Schuberth <[email protected]>
@sschuberth sschuberth requested a review from a team as a code owner March 15, 2024 09:53
@sschuberth sschuberth enabled auto-merge (rebase) March 15, 2024 09:54
@sschuberth sschuberth force-pushed the gradle-progress-listener-bug branch 2 times, most recently from b22fb29 to 62bee82 Compare March 15, 2024 10:10
Align with the code from the "legacy" Gradle package manager
implementation.

Signed-off-by: Sebastian Schuberth <[email protected]>
@sschuberth sschuberth force-pushed the gradle-progress-listener-bug branch from 62bee82 to 8322615 Compare March 15, 2024 10:19
@brigaccess
Copy link
Contributor

brigaccess commented Mar 15, 2024

@sschuberth Thanks for the fast response! Can confirm the fix resolved the issue with a repo that failed previously due to the bug.

@sschuberth sschuberth merged commit a9a064c into main Mar 15, 2024
21 checks passed
@sschuberth sschuberth deleted the gradle-progress-listener-bug branch March 15, 2024 10:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants