Convert Spring Boot Data Geode/GemFire project into a Gradle project.
This commit is contained in:
16
spring-boot-data-gemfire/spring-boot-data-gemfire.gradle
Normal file
16
spring-boot-data-gemfire/spring-boot-data-gemfire.gradle
Normal file
@@ -0,0 +1,16 @@
|
||||
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"
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user