Skip to content

Commit 8c1538e

Browse files
Merge branch '1.11.x' into 1.12.x
2 parents d706cc6 + 138d1e5 commit 8c1538e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

micrometer-core/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ java11Test {
274274
it.getFile().getAbsolutePath().contains("java11Test")
275275
}
276276

277-
retry {
277+
develocity.testRetry {
278278
maxFailures = 5
279279
maxRetries = 3
280280
}

micrometer-test/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ java11Test {
7575
it.getFile().getAbsolutePath().contains("java11Test")
7676
}
7777

78-
retry {
78+
develocity.testRetry {
7979
maxFailures = 5
8080
maxRetries = 3
8181
}

0 commit comments

Comments
 (0)