diff --git a/spring-gemfire-starter-actuator/build.gradle b/spring-gemfire-starter-actuator/build.gradle new file mode 100644 index 00000000..25d89eb1 --- /dev/null +++ b/spring-gemfire-starter-actuator/build.gradle @@ -0,0 +1,13 @@ +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" + } + +}