Skip to content

Commit 0397d86

Browse files
Merge branch '1.2.x'
2 parents dbce25f + b9d41ec commit 0397d86

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
@@ -164,7 +164,7 @@ subprojects {
164164
excludeTags 'docker'
165165
}
166166

167-
retry {
167+
develocity.testRetry {
168168
maxFailures = 5
169169
maxRetries = 3
170170
}

settings.gradle

+7-6
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,22 @@ 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
}
1212

1313
rootProject.name = 'tracing'
1414

15+
develocity {
16+
server = 'https://ge.micrometer.io'
17+
}
18+
1519
buildCache {
16-
remote(HttpBuildCache) {
17-
url = 'https://ge.micrometer.io/cache/'
20+
remote(develocity.buildCache) {
21+
server = 'https://ge.micrometer.io'
1822
}
1923
}
20-
gradleEnterprise {
21-
server = 'https://ge.micrometer.io'
22-
}
2324

2425
include 'micrometer-tracing', 'micrometer-tracing-bom', 'benchmarks'
2526

0 commit comments

Comments
 (0)