This commit migrates the old Spring Batch documentation to a new asciidoc toolchain. It will be the first piece in modernizing the existing Spring Batch documentation. Future steps will include making java based configuraion more prominant in the reference documentation. Resolves BATCH-2620
14 lines
398 B
Groovy
14 lines
398 B
Groovy
rootProject.name = 'spring-batch'
|
|
|
|
include 'spring-batch-core'
|
|
include 'spring-batch-core-tests'
|
|
include 'spring-batch-docs'
|
|
include 'spring-batch-infrastructure'
|
|
include 'spring-batch-infrastructure-tests'
|
|
include 'spring-batch-test'
|
|
include 'spring-batch-integration'
|
|
include 'spring-batch-samples'
|
|
|
|
include "buildSrc"
|
|
rootProject.children.find{ it.name == "buildSrc" }.name = "spring-build-src"
|