Files
spring-integration/settings.gradle
dependabot[bot] 3933605f46 Bump com.gradle.develocity in the development-dependencies group (#9360)
Bumps the development-dependencies group with 1 update: com.gradle.develocity.


Updates `com.gradle.develocity` from 3.17.5 to 3.17.6

---
updated-dependencies:
- dependency-name: com.gradle.develocity
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-24 21:24:41 +00:00

20 lines
342 B
Groovy

pluginManagement {
repositories {
gradlePluginPortal()
mavenCentral()
}
}
plugins {
id 'com.gradle.develocity' version '3.17.6'
id 'io.spring.develocity.conventions' version '0.0.19'
}
rootProject.name = 'spring-integration'
rootDir.eachDir { dir ->
if (dir.name.startsWith('spring-integration-')) {
include ":${dir.name}"
}
}