Files
spring-boot-data-geode/spring-cloudcache-starter/spring-cloudcache-starter.gradle
2019-08-21 14:30:47 -07:00

11 lines
212 B
Groovy

apply plugin: 'io.spring.convention.spring-module'
apply from: MAVEN_POM_EDITOR_GRADLE
description = "Spring Boot Starter for Pivotal Cloud Cache"
dependencies {
compile project(":spring-gemfire-starter")
}