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.
13 lines
370 B
Groovy
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"
|