Skip to content

Commit

Permalink
Merge branch '1.11.x' into 1.12.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatan-ivanov committed May 8, 2024
2 parents d706cc6 + 138d1e5 commit 8c1538e
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 @@ -274,7 +274,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 @@ -75,7 +75,7 @@ java11Test {
it.getFile().getAbsolutePath().contains("java11Test")
}

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

0 comments on commit 8c1538e

Please sign in to comment.