File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
spring-geode-project/spring-geode-docs Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ asciidoctor {
4040
4141asciidoctorj {
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} " ,
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments