Files
spring-test-data-geode/spring-test-data-gemfire/build.gradle
John Blum d3dc626277 Reorganize project as a multi-module project with modules for both Spring Data for Apache Geode and Pivotal GemFire.
Create Maven build files for modules.

Create Gradle build files for modules.
2018-05-17 21:07:54 -07:00

17 lines
325 B
Groovy

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