Files
spring-batch/settings.gradle
Michael Minella 9d9218b7a9 Upgraded minimum requirement for Neo4j
This commit upgrades the minimum requiremnt for Neo4J to be in alignment
with the rest of the Spring IO platform.  Because of this, the Neo4J4
module has been removed since the main line is now at the current level.
2016-12-22 10:42:13 -06:00

13 lines
370 B
Groovy

rootProject.name = 'spring-batch'
include 'spring-batch-core'
include 'spring-batch-core-tests'
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"