Skip to content

Commit

Permalink
Move to develocity testRetry plugin (#8845)
Browse files Browse the repository at this point in the history
  • Loading branch information
eddumelendez committed Jul 4, 2024
1 parent 7989b20 commit a687e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ subprojects {
}
ext.isCI = System.getenv("CI") != null
if (isCI) {
retry {
develocity.testRetry {
maxRetries = 2
maxFailures = 5
failOnPassedAfterRetry = false
Expand Down

0 comments on commit a687e8a

Please sign in to comment.