Updated spring-doc-resources version

Gives us the new look and feel and more readable code listings.
This commit is contained in:
Jay Bryant
2020-03-30 12:53:41 -05:00
committed by Mahmoud Ben Hassine
parent 274cad09f3
commit 39bddcc605

View File

@@ -102,7 +102,7 @@ allprojects {
jaxbImplVersion = '2.3.0.1'
micrometerVersion = '1.3.2'
prometheusPushgatewayVersion = '0.8.0'
docResourcesVersion = '0.1.1.RELEASE'
docResourcesVersion = '0.2.0.RELEASE'
assertjVersion='3.13.2'
}
@@ -712,7 +712,7 @@ asciidoctor {
// use provided highlighter
'source-highlighter=highlight.js',
'highlightjsdir=js/highlight',
'highlightjs-theme=atom-one-dark-reasonable',
'highlightjs-theme=github',
'idprefix': '',
'idseparator': '-',
'spring-version': project.version,