File tree 1 file changed +1
-15
lines changed
1 file changed +1
-15
lines changed Original file line number Diff line number Diff line change @@ -9,14 +9,11 @@ pluginManagement {
9
9
}
10
10
11
11
plugins {
12
- id ' com.gradle.develocity' version ' 3.17.6'
13
- id ' io.spring.ge.conventions' version ' 0.0.17' apply false
12
+ id " io.spring.develocity.conventions" version " 0.0.22"
14
13
}
15
14
16
15
startParameter. noBuildScan = startParameter. taskNames. contains(' format' )
17
16
18
- apply plugin : ' io.spring.ge.conventions'
19
-
20
17
include ' spring-pulsar'
21
18
include ' spring-pulsar-bom'
22
19
include ' spring-pulsar-cache-provider'
@@ -38,14 +35,3 @@ rootProject.name = "spring-pulsar-dist"
38
35
39
36
rootProject. children. findAll { ! it. name. startsWith(' sample-' ) }
40
37
.each {project -> project. buildFileName = " ${ project.name} .gradle" }
41
-
42
- settings. gradle. projectsLoaded {
43
- develocity {
44
- buildScan {
45
- // only publish build scan if explicitly requested w/ --scan
46
- publishing. onlyIf { false }
47
- termsOfUseUrl = ' https://gradle.com/terms-of-service'
48
- termsOfUseAgree = ' yes'
49
- }
50
- }
51
- }
You can’t perform that action at this time.
0 commit comments