This adds a new ItemReader that works with the Spring Data 4 updated Neo4JOperations implementation as well as the updated data conversion techniques. Resolves BATCH-2473
14 lines
415 B
Groovy
14 lines
415 B
Groovy
rootProject.name = 'spring-batch'
|
|
|
|
include 'spring-batch-core'
|
|
include 'spring-batch-core-tests'
|
|
include 'spring-batch-infrastructure'
|
|
include 'spring-batch-infrastructure-neo4j4'
|
|
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"
|