Skip to content

Commit

Permalink
Move to develocity testRetry plugin (testcontainers#8845)
Browse files Browse the repository at this point in the history
  • Loading branch information
eddumelendez authored and lizhou1111 committed Jul 13, 2024
1 parent fdb7ad8 commit 710ac2b
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 710ac2b

Please sign in to comment.