Skip to content

Commit

Permalink
Migrate to the latest 'io.spring.develocity.conventions' plugin
Browse files Browse the repository at this point in the history
Resolves #858
  • Loading branch information
onobc committed Feb 19, 2025
1 parent 59c0f6b commit c011787
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,11 @@ pluginManagement {
}

plugins {
id 'com.gradle.develocity' version '3.17.6'
id 'io.spring.ge.conventions' version '0.0.17' apply false
id "io.spring.develocity.conventions" version "0.0.22"
}

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

apply plugin: 'io.spring.ge.conventions'

include 'spring-pulsar'
include 'spring-pulsar-bom'
include 'spring-pulsar-cache-provider'
Expand All @@ -38,14 +35,3 @@ rootProject.name = "spring-pulsar-dist"

rootProject.children.findAll { !it.name.startsWith('sample-') }
.each {project -> project.buildFileName = "${project.name}.gradle" }

settings.gradle.projectsLoaded {
develocity {
buildScan {
// only publish build scan if explicitly requested w/ --scan
publishing.onlyIf { false }
termsOfUseUrl = 'https://gradle.com/terms-of-service'
termsOfUseAgree = 'yes'
}
}
}

0 comments on commit c011787

Please sign in to comment.