From 8d84ca4bd1d3b49f6d4a59c4997104c29e5e1c49 Mon Sep 17 00:00:00 2001 From: John Blum Date: Mon, 25 Jun 2018 20:17:51 -0700 Subject: [PATCH] Fix Gradle dependency declaration in the 'Using Spring Boot for Apache Geode or Pivotal GemFire' chapter. --- spring-geode-docs/src/docs/asciidoc/index.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/spring-geode-docs/src/docs/asciidoc/index.adoc b/spring-geode-docs/src/docs/asciidoc/index.adoc index edce2ca3..ff43bdea 100644 --- a/spring-geode-docs/src/docs/asciidoc/index.adoc +++ b/spring-geode-docs/src/docs/asciidoc/index.adoc @@ -138,7 +138,9 @@ To use Spring Boot for Apache Geode, declare the `spring-geode-starter` on your [source,groovy] [subs="verbatim,attributes"] ---- -compile 'org.springframework.geode:spring-geode-starter:{spring-boot-data-geode-version}' +dependencies { + compile 'org.springframework.geode:spring-geode-starter:{spring-boot-data-geode-version}' +} ---- TIP: To use Pivotal GemFire in place of Apache Geode, simply change the `artifactId` from `spring-geode-starter`