From 808151b89815a86d3cc33b83af37081e58414bf2 Mon Sep 17 00:00:00 2001 From: John Blum Date: Fri, 11 Mar 2022 11:28:43 -0800 Subject: [PATCH] Add the Java (JRE) version to the list of primary dependency versions. --- spring-geode-docs/spring-geode-docs.gradle | 2 ++ spring-geode-docs/src/docs/asciidoc/index.adoc | 2 ++ 2 files changed, 4 insertions(+) diff --git a/spring-geode-docs/spring-geode-docs.gradle b/spring-geode-docs/spring-geode-docs.gradle index df1a3f40..84ece65d 100644 --- a/spring-geode-docs/spring-geode-docs.gradle +++ b/spring-geode-docs/spring-geode-docs.gradle @@ -42,6 +42,7 @@ asciidoctor { asciidoctorj { + def javaVersion = JavaVersion.current() def apacheGeodeDocVersion = resolveApacheGeodeDocVersion("${apacheGeodeVersion}") def githubBaseUrl = "https://github.com/spring-projects/spring-boot-data-geode" def githubTag = snapshotBuild ? 'master' : project.version @@ -56,6 +57,7 @@ asciidoctorj { 'github-samples-url': "${githubUrl}/spring-geode-samples", 'highlightjsdir@': "js/highlight", 'docinfodir@': ".", + 'java-version' : "$javaVersion", 'apache-geode-artifact-version' : "${apacheGeodeVersion}", 'apache-geode-doc-version' : apacheGeodeDocVersion, 'apache-geode-src' : "https://github.com/apache/geode/blob/rel/v${apacheGeodeVersion}", diff --git a/spring-geode-docs/src/docs/asciidoc/index.adoc b/spring-geode-docs/src/docs/asciidoc/index.adoc index a7016656..4166f06c 100644 --- a/spring-geode-docs/src/docs/asciidoc/index.adoc +++ b/spring-geode-docs/src/docs/asciidoc/index.adoc @@ -459,6 +459,8 @@ listed below: |=== | Name | Version +| Java (JRE) | {java-version} + | {apache-geode-name} | {apache-geode-version} | Spring Framework | {spring-version}