Files
spring-cloud-connectors/settings.gradle
2017-10-26 13:25:02 -05:00

10 lines
383 B
Groovy

rootProject.name = "spring-cloud"
include "${rootProject.name}-connectors-core"
include "${rootProject.name}-cloudfoundry-connector"
include "${rootProject.name}-spring-service-connector"
include "${rootProject.name}-heroku-connector"
include "${rootProject.name}-localconfig-connector"
project(":${rootProject.name}-connectors-core").projectDir = file("${rootProject.name}-core")