Files
spring-integration/settings.gradle
dependabot[bot] efd8dd33f7 Bump com.gradle.develocity from 3.17.4 to 3.17.5 (#9236)
Bumps com.gradle.develocity from 3.17.4 to 3.17.5.

---
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-06-15 21:07:04 -04:00

13 lines
253 B
Groovy

plugins {
id 'com.gradle.develocity' version '3.17.5'
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}"
}
}