Fix stylesheet location for HTML Asciidoctor docs

- also fix `{version}` to `{project-version}`.

* Polishing - PR Comments
This commit is contained in:
Gary Russell
2018-10-25 14:43:44 -04:00
committed by Artem Bilan
parent 4bb23e2e6e
commit 12496c0e3e
2 changed files with 2 additions and 3 deletions

View File

@@ -781,8 +781,7 @@ asciidoctor {
toc2: '',
'compat-mode': '',
imagesdir: '',
stylesdir: "stylesheets/",
stylesheet: 'golo.css',
stylesheet: "${rootProject.projectDir}/src/reference/asciidoc/stylesheets/golo.css",
'source-highlighter': 'highlightjs'
]
}

View File

@@ -1,6 +1,6 @@
[[spring-integration-reference]]
= Spring Integration Reference Manual
:revnumber: {version}
:revnumber: {project-version}
:revdate: {localdate}
:linkcss:
:doctype: book