Skip to content

Commit 7134561

Browse files
Migrate to com.gradle.develocity plugin
See gh-686 Closes gh-689
1 parent e4fb325 commit 7134561

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ subprojects {
149149
excludeTags 'docker'
150150
}
151151

152-
retry {
152+
develocity.testRetry {
153153
maxFailures = 5
154154
maxRetries = 3
155155
}

settings.gradle

Lines changed: 7 additions & 6 deletions
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)