15 lines
340 B
Groovy
15 lines
340 B
Groovy
apply plugin: 'io.spring.convention.spring-module'
|
|
|
|
description = "Spring Boot Starter for Apache Geode"
|
|
|
|
dependencies {
|
|
|
|
implementation "org.springframework.boot:spring-boot-starter"
|
|
|
|
implementation project(':spring-geode')
|
|
implementation project(':spring-geode-autoconfigure')
|
|
|
|
runtimeOnly 'org.springframework.shell:spring-shell'
|
|
|
|
}
|