File tree 2 files changed +8
-7
lines changed
2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ subprojects {
164
164
excludeTags ' docker'
165
165
}
166
166
167
- retry {
167
+ develocity . testRetry {
168
168
maxFailures = 5
169
169
maxRetries = 3
170
170
}
Original file line number Diff line number Diff line change @@ -5,21 +5,22 @@ pluginManagement {
5
5
}
6
6
7
7
plugins {
8
- id ' com.gradle.enterprise ' version ' 3.17.2'
8
+ id ' com.gradle.develocity ' version ' 3.17.2'
9
9
id ' io.spring.ge.conventions' version ' 0.0.17'
10
10
id ' org.gradle.toolchains.foojay-resolver-convention' version ' 0.8.0'
11
11
}
12
12
13
13
rootProject. name = ' tracing'
14
14
15
+ develocity {
16
+ server = ' https://ge.micrometer.io'
17
+ }
18
+
15
19
buildCache {
16
- remote(HttpBuildCache ) {
17
- url = ' https://ge.micrometer.io/cache/ '
20
+ remote(develocity . buildCache ) {
21
+ server = ' https://ge.micrometer.io'
18
22
}
19
23
}
20
- gradleEnterprise {
21
- server = ' https://ge.micrometer.io'
22
- }
23
24
24
25
include ' micrometer-tracing' , ' micrometer-tracing-bom' , ' benchmarks'
25
26
You can’t perform that action at this time.
0 commit comments