Adding settings.gradle to explicitly set the rootProject.name property.

Update the project description.
This commit is contained in:
John Blum
2018-05-01 11:22:33 -07:00
parent e0aab3b0f4
commit bd7dacc41f
2 changed files with 2 additions and 1 deletions

View File

@@ -15,7 +15,7 @@ apply plugin: 'io.spring.convention.spring-module'
apply from: IDE_GRADLE
group = 'org.springframework.data'
description = 'Spring Data Test Framework for Pivotal GemFire and Apache Geode'
description = 'Spring Test Framework for Apache Geode and Pivotal GemFire using Spring Data'
ext.releaseBuild = version.endsWith('RELEASE')
ext.snapshotBuild = version.endsWith('SNAPSHOT')

1
settings.gradle Normal file
View File

@@ -0,0 +1 @@
rootProject.name = 'spring-test-data-geode'