From a795c4d3fd5b12410942ff1d8c68e8f6c52e438e Mon Sep 17 00:00:00 2001 From: John Blum Date: Wed, 1 May 2019 00:00:54 -0700 Subject: [PATCH] Fix source block containing Gradle-based, Spring libs-milestone repository reference. --- spring-geode-docs/src/docs/asciidoc/index.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-geode-docs/src/docs/asciidoc/index.adoc b/spring-geode-docs/src/docs/asciidoc/index.adoc index 57e2dfad..5e671751 100644 --- a/spring-geode-docs/src/docs/asciidoc/index.adoc +++ b/spring-geode-docs/src/docs/asciidoc/index.adoc @@ -207,6 +207,7 @@ If you are using _Gradle_, include the following `repository` declaration in you repositories { maven { url: 'https://repo.spring.io/libs-milestone' } } +---- endif::[] include::clientcache-applications.adoc[]