10 lines
383 B
Groovy
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")
|