11 lines
230 B
Groovy
11 lines
230 B
Groovy
apply plugin: 'io.spring.convention.spring-module'
|
|
apply from: MAVEN_POM_EDITOR_GRADLE
|
|
|
|
description = "Spring Boot Actuator Starter for Pivotal Cloud Cache"
|
|
|
|
dependencies {
|
|
|
|
compile project(":spring-gemfire-starter-actuator")
|
|
|
|
}
|