gradle / test-retry-gradle-plugin

Gradle plugin to retry tests that have failed to mitigate test flakiness.
Apache License 2.0
218 stars 48 forks source link

Configure validate-distribution-url property for custom wrapper task #259

Closed snoopcheri closed 5 months ago

snoopcheri commented 5 months ago

The task nightlyWrapper has been failing with Gradle Nightly since Feb 7 (see here).

This PR configures the property validateDistributionUrl on the custom Wrapper task. This fixes the task again (see here)

Nightly job: here Verify All job: here