Files
spring-session-data-geode/spring-session-data-gemfire/spring-session-data-gemfire.gradle
John Blum c95f5aeddd Remove unnecessary ide.gradle file and remove 'apply from: IDE_GRADLE' plugin declarations from Gradle module build files.
All IDE configuration logic is handle by the Spring Build Conventions Gradle project.
2018-08-16 17:55:12 -07:00

14 lines
306 B
Groovy

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