Skip to content

Commit 7b89f83

Browse files
committed
also fix gradle deprecation
1 parent 86a7424 commit 7b89f83

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

gradle/special-tests.gradle

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@ def special = [
1414
boolean isCiServer = System.getenv().containsKey("CI")
1515
tasks.withType(Test).configureEach {
1616
if (isCiServer) {
17-
retry {
18-
maxRetries = 2
19-
maxFailures = 10
17+
develocity {
18+
testRetry {
19+
maxRetries = 2
20+
maxFailures = 10
21+
}
2022
}
2123
}
2224
// selfie https://selfie.dev/jvm/get-started#gradle

0 commit comments

Comments
 (0)