Skip to content

Commit

Permalink
Add missing develocity.testRetry
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatan-ivanov committed May 8, 2024
1 parent 7fa9545 commit 138d1e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion micrometer-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ java11Test {
it.getFile().getAbsolutePath().contains("java11Test")
}

retry {
develocity.testRetry {
maxFailures = 5
maxRetries = 3
}
Expand Down
2 changes: 1 addition & 1 deletion micrometer-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ java11Test {
it.getFile().getAbsolutePath().contains("java11Test")
}

retry {
develocity.testRetry {
maxFailures = 5
maxRetries = 3
}
Expand Down

0 comments on commit 138d1e5

Please sign in to comment.