diff --git a/spring-geode-starter-actuator/build.gradle b/spring-geode-starter-actuator/build.gradle new file mode 100644 index 00000000..65359b8a --- /dev/null +++ b/spring-geode-starter-actuator/build.gradle @@ -0,0 +1,10 @@ +apply plugin: 'io.spring.convention.spring-module' + +description = "Spring Boot Actuator Starter for Apache Geode" + +dependencies { + + compile project(":spring-geode-starter") + compile project(":spring-geode-actuator-autoconfigure") + +}