Files
spring-test-data-geode/spring-data-gemfire-test/build.gradle
John Blum 1195c89ad0 Rename spring-test-data-gemfire module to spring-data-gemfire-test.
Rename spring-test-data-geode module to spring-data-geode-test.
2018-06-01 18:25:30 -07:00

15 lines
333 B
Groovy

apply plugin: 'io.spring.convention.spring-module'
apply from: IDE_GRADLE
description = "Spring Test Framework for Pivotal GemFire"
dependencies {
compile(project(':spring-data-geode-test')) {
exclude group: "org.springframework.data", module: "spring-data-geode"
}
compile "org.springframework.data:spring-data-gemfire"
}