Files
spring-integration/settings.gradle
dependabot[bot] a09b63bc50 Bump com.gradle.enterprise from 3.14.1 to 3.16.1 (#8817)
Bumps com.gradle.enterprise from 3.14.1 to 3.16.1.

---
updated-dependencies:
- dependency-name: com.gradle.enterprise
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-18 18:04:55 -05:00

13 lines
253 B
Groovy

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