Fix asciidoc replace attributes

This commit is contained in:
Janne Valkealahti
2019-07-02 07:09:34 +01:00
parent 0a6992959a
commit 200393c1e8

View File

@@ -656,7 +656,11 @@ configure(rootProject) {
'highlightjsdir=js/highlight',
'highlightjs-theme=atom-one-dark-reasonable',
'idprefix': '',
'idseparator': '-'
'idseparator': '-',
'spring-statemachine-version' : project.version,
'spring-version' : getResolvedVersionOf("spring-core"),
'spring-boot-version' : getResolvedVersionOf("spring-boot"),
revnumber : project.version
}
dependencies { // for integration tests