gradle / test-retry-gradle-plugin

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

Resolve classpath eagerly to be compatible with Gradle 7.4 #131

Closed ldaley closed 2 years ago

ldaley commented 2 years ago

Fixes #128

ldaley commented 2 years ago

@marcphilipp

Do we have test coverage for 7.4 on TeamCity?

Yes, we test against all released versions, and both nightlies automatically.