gradle / test-retry-gradle-plugin

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

Check for Spock 2 JAR on module path only for Gradle 6.4+ #203

Closed pshevche closed 1 year ago

pshevche commented 1 year ago

Summary

Java modules are supported only starting w/ Gradle 6.4: https://docs.gradle.org/6.4/release-notes.html#building,-testing-and-running-java-modules. Prior to that, the getModulePath() method is missing and causes a bunch of cross-version tests to fail.

New cross-version test run: https://builds.gradle.org/buildConfiguration/GradlePlugins_GradleTestRetryPlugin_null_CrossVersionTestGradleReleasesLinuxJava18/68654726?hideProblemsFromDependencies=false&hideTestsFromDependencies=false&expandBuildChangesSection=true