File tree 2 files changed +9
-9
lines changed
2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ subprojects {
135
135
excludeTags ' docker'
136
136
}
137
137
138
- retry {
138
+ develocity . testRetry {
139
139
maxFailures = 5
140
140
maxRetries = 3
141
141
}
Original file line number Diff line number Diff line change @@ -5,21 +5,21 @@ 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 = ' micrometer-docs-generator'
14
14
15
- buildCache {
16
- remote(HttpBuildCache ) {
17
- url = ' https://ge.micrometer.io/cache/'
18
- }
19
- }
20
- gradleEnterprise {
15
+ develocity {
21
16
server = ' https://ge.micrometer.io'
22
17
}
23
18
24
- include " micrometer-docs-generator"
19
+ buildCache {
20
+ remote(develocity. buildCache) {
21
+ server = ' https://ge.micrometer.io'
22
+ }
23
+ }
25
24
25
+ include ' micrometer-docs-generator'
You can’t perform that action at this time.
0 commit comments