13 lines
281 B
Groovy
13 lines
281 B
Groovy
apply plugin: 'io.spring.convention.spring-module'
|
|
|
|
description = "Spring Boot Test Starter for Apache Geode"
|
|
|
|
dependencies {
|
|
|
|
api project(':spring-geode-starter')
|
|
|
|
api "org.springframework.boot:spring-boot-starter-test"
|
|
api 'org.springframework.data:spring-data-geode-test'
|
|
|
|
}
|