Files
spring-integration/settings.gradle
dependabot[bot] 14c220ccba Bump com.gradle.develocity from 3.17.3 to 3.17.4 (#9155)
Bumps com.gradle.develocity from 3.17.3 to 3.17.4.

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-19 01:12:58 +00:00

13 lines
253 B
Groovy

plugins {
id 'com.gradle.develocity' version '3.17.4'
id 'io.spring.ge.conventions' version '0.0.17'
}
rootProject.name = 'spring-integration'
rootDir.eachDir { dir ->
if (dir.name.startsWith('spring-integration-')) {
include ":${dir.name}"
}
}