File tree 2 files changed +10
-11
lines changed
2 files changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -25,13 +25,6 @@ allprojects {
25
25
}
26
26
}
27
27
28
- if (hasProperty(' buildScan' )) {
29
- buildScan {
30
- termsOfServiceUrl = ' https://gradle.com/terms-of-service'
31
- termsOfServiceAgree = ' yes'
32
- }
33
- }
34
-
35
28
nohttp {
36
29
allowlistFile = project. file(' src/nohttp/allowlist.lines' )
37
30
source. exclude " **/bin/**"
Original file line number Diff line number Diff line change @@ -8,10 +8,14 @@ pluginManagement {
8
8
}
9
9
10
10
plugins {
11
- id " com.gradle.enterprise " version " 3.16.2 "
12
- id " io.spring.ge.conventions" version " 0.0.15 "
11
+ id ' com.gradle.develocity ' version ' 3.17.2 '
12
+ id ' io.spring.ge.conventions' version ' 0.0.17 ' apply false
13
13
}
14
14
15
+ startParameter. noBuildScan = startParameter. taskNames. contains(' format' )
16
+
17
+ apply plugin : ' io.spring.ge.conventions'
18
+
15
19
include ' spring-pulsar'
16
20
include ' spring-pulsar-bom'
17
21
include ' spring-pulsar-cache-provider'
@@ -35,9 +39,11 @@ rootProject.children.findAll { !it.name.startsWith('sample-') }
35
39
.each {project -> project. buildFileName = " ${ project.name} .gradle" }
36
40
37
41
settings. gradle. projectsLoaded {
38
- gradleEnterprise {
42
+ develocity {
39
43
buildScan {
40
- publishOnFailure()
44
+ publishing. onlyIf { ! it. buildResult. failures. empty }
45
+ termsOfUseUrl = ' https://gradle.com/terms-of-service'
46
+ termsOfUseAgree = ' yes'
41
47
}
42
48
}
43
49
}
You can’t perform that action at this time.
0 commit comments