Files
spring-boot-data-geode/spring-gemfire-starter-actuator/spring-gemfire-starter-actuator.gradle
John Blum 1f3824b5f5 Rename spring-gemfire-starter-actuator/build.gradle to spring-gemfire-starter-actuator.gradle.
Rename spring-geode-starter-actuator/build.gradle to spring-geode-starter-actuator.gradle.
2019-04-23 16:04:07 -07:00

14 lines
318 B
Groovy

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