Add the Java (JRE) version to the list of primary dependency versions.

This commit is contained in:
John Blum
2022-03-11 11:28:43 -08:00
parent 33bebf0673
commit 1a2cd019e5
2 changed files with 4 additions and 0 deletions

View File

@@ -40,6 +40,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
@@ -54,6 +55,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}",

View File

@@ -459,6 +459,8 @@ listed below:
|===
| Name | Version
| Java (JRE) | {java-version}
| {apache-geode-name} | {apache-geode-version}
| Spring Framework | {spring-version}