Skip to content

Commit c011787

Browse files
committed
Migrate to the latest 'io.spring.develocity.conventions' plugin
Resolves #858
1 parent 59c0f6b commit c011787

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

settings.gradle

+1-15
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,11 @@ pluginManagement {
99
}
1010

1111
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"
1413
}
1514

1615
startParameter.noBuildScan = startParameter.taskNames.contains('format')
1716

18-
apply plugin: 'io.spring.ge.conventions'
19-
2017
include 'spring-pulsar'
2118
include 'spring-pulsar-bom'
2219
include 'spring-pulsar-cache-provider'
@@ -38,14 +35,3 @@ rootProject.name = "spring-pulsar-dist"
3835

3936
rootProject.children.findAll { !it.name.startsWith('sample-') }
4037
.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-
}

0 commit comments

Comments
 (0)