9 lines
278 B
Groovy
9 lines
278 B
Groovy
rootProject.name = "spring-cloud"
|
|
|
|
include "${rootProject.name}-core"
|
|
include "${rootProject.name}-cloudfoundry-connector"
|
|
include "${rootProject.name}-spring-service-connector"
|
|
include "${rootProject.name}-heroku-connector"
|
|
include "${rootProject.name}-localconfig-connector"
|
|
|