12 lines
275 B
Groovy
12 lines
275 B
Groovy
apply plugin: 'io.spring.convention.spring-module'
|
|
apply from: MAVEN_POM_EDITOR_GRADLE
|
|
|
|
description = "Spring Boot Actuator Starter for Apache Geode"
|
|
|
|
dependencies {
|
|
|
|
compile project(":spring-geode-starter")
|
|
compile project(":spring-geode-actuator-autoconfigure")
|
|
|
|
}
|