Skip to content

Commit a687e8a

Browse files
authored
Move to develocity testRetry plugin (#8845)
1 parent 7989b20 commit a687e8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ subprojects {
8888
}
8989
ext.isCI = System.getenv("CI") != null
9090
if (isCI) {
91-
retry {
91+
develocity.testRetry {
9292
maxRetries = 2
9393
maxFailures = 5
9494
failOnPassedAfterRetry = false

0 commit comments

Comments
 (0)