Files
spring-batch/settings.gradle
Glenn Renfro 67853f22de Documentation Migration
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
2017-07-13 14:49:33 -05:00

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"