From bd7dacc41f4f59f8a237bceed5ee899767a68f94 Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 1 May 2018 11:22:33 -0700 Subject: [PATCH] Adding settings.gradle to explicitly set the rootProject.name property. Update the project description. --- build.gradle | 2 +- settings.gradle | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 settings.gradle diff --git a/build.gradle b/build.gradle index 4763104..22e2827 100644 --- a/build.gradle +++ b/build.gradle @@ -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') diff --git a/settings.gradle b/settings.gradle new file mode 100644 index 0000000..1341b96 --- /dev/null +++ b/settings.gradle @@ -0,0 +1 @@ +rootProject.name = 'spring-test-data-geode'