File tree Expand file tree Collapse file tree 2 files changed +10
-11
lines changed
Expand file tree Collapse file tree 2 files changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -24,13 +24,6 @@ allprojects {
2424 }
2525}
2626
27- if (hasProperty(' buildScan' )) {
28- buildScan {
29- termsOfServiceUrl = ' https://gradle.com/terms-of-service'
30- termsOfServiceAgree = ' yes'
31- }
32- }
33-
3427nohttp {
3528 allowlistFile = project. file(' src/nohttp/allowlist.lines' )
3629 source. exclude " **/bin/**"
Original file line number Diff line number Diff line change @@ -8,10 +8,14 @@ pluginManagement {
88}
99
1010plugins {
11- id " com.gradle.enterprise " version " 3.12.6 "
12- id " io.spring.ge.conventions" version " 0.0.13 "
11+ id ' com.gradle.develocity ' version ' 3.17.2 '
12+ id ' io.spring.ge.conventions' version ' 0.0.17 ' apply false
1313}
1414
15+ startParameter. noBuildScan = startParameter. taskNames. contains(' format' )
16+
17+ apply plugin : ' io.spring.ge.conventions'
18+
1519include ' spring-pulsar'
1620include ' spring-pulsar-bom'
1721include ' spring-pulsar-cache-provider'
@@ -35,9 +39,11 @@ rootProject.children.findAll { !it.name.startsWith('sample-') }
3539 .each {project -> project. buildFileName = " ${ project.name} .gradle" }
3640
3741settings. gradle. projectsLoaded {
38- gradleEnterprise {
42+ develocity {
3943 buildScan {
40- publishOnFailure()
44+ publishing. onlyIf { ! it. buildResult. failures. empty }
45+ termsOfUseUrl = ' https://gradle.com/terms-of-service'
46+ termsOfUseAgree = ' yes'
4147 }
4248 }
4349}
You can’t perform that action at this time.
0 commit comments