Skip to content

Commit 1a2cd01

Browse files
committed
Add the Java (JRE) version to the list of primary dependency versions.
1 parent 33bebf0 commit 1a2cd01

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

spring-geode-project/spring-geode-docs/spring-geode-docs.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ asciidoctor {
4040

4141
asciidoctorj {
4242

43+
def javaVersion = JavaVersion.current()
4344
def apacheGeodeDocVersion = resolveApacheGeodeDocVersion("${apacheGeodeVersion}")
4445
def githubBaseUrl = "https://github.com/spring-projects/spring-boot-data-geode"
4546
def githubTag = snapshotBuild ? 'master' : project.version
@@ -54,6 +55,7 @@ asciidoctorj {
5455
'github-samples-url': "${githubUrl}/spring-geode-samples",
5556
'highlightjsdir@': "js/highlight",
5657
'docinfodir@': ".",
58+
'java-version' : "$javaVersion",
5759
'apache-geode-artifact-version' : "${apacheGeodeVersion}",
5860
'apache-geode-doc-version' : apacheGeodeDocVersion,
5961
'apache-geode-src' : "https://github.com/apache/geode/blob/rel/v${apacheGeodeVersion}",

spring-geode-project/spring-geode-docs/src/docs/asciidoc/index.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -459,6 +459,8 @@ listed below:
459459
|===
460460
| Name | Version
461461

462+
| Java (JRE) | {java-version}
463+
462464
| {apache-geode-name} | {apache-geode-version}
463465

464466
| Spring Framework | {spring-version}

0 commit comments

Comments
 (0)