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 @@ -158,7 +158,7 @@ subprojects {
158
158
excludeTags ' docker'
159
159
}
160
160
161
- retry {
161
+ develocity . testRetry {
162
162
maxFailures = 5
163
163
maxRetries = 3
164
164
}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ 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
}
@@ -14,14 +14,15 @@ rootProject.name = 'micrometer'
14
14
15
15
enableFeaturePreview(" STABLE_CONFIGURATION_CACHE" )
16
16
17
+ develocity {
18
+ server = ' https://ge.micrometer.io'
19
+ }
20
+
17
21
buildCache {
18
- remote(HttpBuildCache ) {
19
- url = ' https://ge.micrometer.io/cache/ '
22
+ remote(develocity . buildCache ) {
23
+ server = ' https://ge.micrometer.io'
20
24
}
21
25
}
22
- gradleEnterprise {
23
- server = ' https://ge.micrometer.io'
24
- }
25
26
26
27
include ' micrometer-commons' , ' micrometer-core' , ' micrometer-observation'
27
28
You can’t perform that action at this time.
0 commit comments