rootProject.name = 'spring-integration' rootDir.eachDir { dir -> if (dir.name.startsWith('spring-integration-')) { include ":${dir.name}" } }