Files
spring-boot-data-geode/spring-boot-data-gemfire/spring-boot-data-gemfire.gradle

17 lines
325 B
Groovy

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