* Use Gradle 1.11 * Remove SpringSource references * Update JavaDoc overview * Update Jacoco conf + Add license/manifest files * Addresses also BATCH-2187 * Update a number of unit tests to not be ignored Jira: https://jira.springsource.org/browse/BATCH-2144
10 lines
273 B
Groovy
10 lines
273 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'
|