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

Add support for Gradle 8 #149

Closed snoopcheri closed 1 year ago

snoopcheri commented 1 year ago

This PR adds compatibility with the recent changes in Gradle 8 nightly.

It is based on the changes in https://github.com/gradle/gradle/pull/22139 and shows how those changes would be used in the test retry plugin.

Relates to https://github.com/gradle/test-retry-gradle-plugin/issues/148