gradle / wrapper-validation-action

Gradle Wrapper Validation Action
https://github.com/marketplace/actions/gradle-wrapper-validation
MIT License
259 stars 58 forks source link

Log multiple errors #180

Closed deejay1 closed 9 months ago

deejay1 commented 9 months ago

What

Log AggregateError type, when multiple errors are returned from HTTP client - fixes #174

Why

We would silently fail otherwise as error.message was empty for the AggregatedError exception.

bigdaz commented 9 months ago

Thanks! I'll merge this into releases/v2, so that we can put out a v2.0.1 patch release without incorporating the other changes.

I'd rather defer releasing v2.1.0 with the "hardcoded checksums" work until I have capacity to handle any issues.

bigdaz commented 9 months ago

Merged and released as v2.0.1. Thanks!