From 47ff4915a1b74d401edd1e4eeb95dd4209ab203e Mon Sep 17 00:00:00 2001 From: John Blum Date: Thu, 3 Sep 2020 14:05:53 -0700 Subject: [PATCH] Add documentation variable reference pointing at Apache Geode source code in GitHub. --- spring-geode-docs/spring-geode-docs.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-geode-docs/spring-geode-docs.gradle b/spring-geode-docs/spring-geode-docs.gradle index 8161ed67..d73ce8c2 100644 --- a/spring-geode-docs/spring-geode-docs.gradle +++ b/spring-geode-docs/spring-geode-docs.gradle @@ -31,6 +31,7 @@ asciidoctor { 'github-url': githubUrl, 'github-samples-url': "${githubUrl}/spring-geode-samples", 'download-url' : "${githubBaseUrl}/archive/${githubTag}.zip", + 'apache-geode-src' : "https://github.com/apache/geode/blob/rel/v${apacheGeodeVersion}", 'master-apache-geode-version' : "19", 'master-pivotal-gemfire-version' : "98", 'master-pivotal-cloudcache-version' : "1-8",