We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba49940 commit 7465c83Copy full SHA for 7465c83
buildSrc/src/main/kotlin/otel.java-conventions.gradle.kts
@@ -1,4 +1,3 @@
1
-import com.gradle.enterprise.gradleplugin.testretry.retry
2
import io.opentelemetry.gradle.OtelJavaExtension
3
import org.gradle.api.tasks.testing.logging.TestExceptionFormat
4
@@ -73,7 +72,7 @@ tasks {
73
72
showStackTraces = true
74
}
75
76
- retry {
+ develocity.testRetry {
77
// You can see tests that were retried by this mechanism in the collected test reports and build scans.
78
if (System.getenv().containsKey("CI") || rootProject.hasProperty("retryTests")) {
79
maxRetries.set(5)
0 commit comments