From 80995ef3fcde3e50cb40d8c8312f2f1a8bd6a58f Mon Sep 17 00:00:00 2001 From: John Blum Date: Fri, 21 Sep 2018 16:35:44 -0700 Subject: [PATCH] Change source code block specification from 'groovy' to 'java'. --- spring-geode-docs/src/docs/asciidoc/index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-geode-docs/src/docs/asciidoc/index.adoc b/spring-geode-docs/src/docs/asciidoc/index.adoc index 1b4f5f95..7ee0130a 100644 --- a/spring-geode-docs/src/docs/asciidoc/index.adoc +++ b/spring-geode-docs/src/docs/asciidoc/index.adoc @@ -141,7 +141,7 @@ To use Spring Boot for Apache Geode, declare the `spring-geode-starter` on your ---- .Grade -[source,groovy] +[source,java] [subs="verbatim,attributes"] ---- dependencies {