Skip to content

Commit f0882f7

Browse files
Merge branch '1.9.x' into 1.11.x
2 parents 03f4557 + 7c18ab7 commit f0882f7

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ subprojects {
158158
excludeTags 'docker'
159159
}
160160

161-
retry {
161+
develocity.testRetry {
162162
maxFailures = 5
163163
maxRetries = 3
164164
}

settings.gradle

+7-6
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pluginManagement {
55
}
66

77
plugins {
8-
id 'com.gradle.enterprise' version '3.17.2'
8+
id 'com.gradle.develocity' version '3.17.2'
99
id 'io.spring.ge.conventions' version '0.0.17'
1010
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0'
1111
}
@@ -14,14 +14,15 @@ rootProject.name = 'micrometer'
1414

1515
enableFeaturePreview("STABLE_CONFIGURATION_CACHE")
1616

17+
develocity {
18+
server = 'https://ge.micrometer.io'
19+
}
20+
1721
buildCache {
18-
remote(HttpBuildCache) {
19-
url = 'https://ge.micrometer.io/cache/'
22+
remote(develocity.buildCache) {
23+
server = 'https://ge.micrometer.io'
2024
}
2125
}
22-
gradleEnterprise {
23-
server = 'https://ge.micrometer.io'
24-
}
2526

2627
include 'micrometer-commons', 'micrometer-core', 'micrometer-observation'
2728

0 commit comments

Comments
 (0)