We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 274cad0 commit 39bddccCopy full SHA for 39bddcc
build.gradle
@@ -102,7 +102,7 @@ allprojects {
102
jaxbImplVersion = '2.3.0.1'
103
micrometerVersion = '1.3.2'
104
prometheusPushgatewayVersion = '0.8.0'
105
- docResourcesVersion = '0.1.1.RELEASE'
+ docResourcesVersion = '0.2.0.RELEASE'
106
assertjVersion='3.13.2'
107
}
108
@@ -712,7 +712,7 @@ asciidoctor {
712
// use provided highlighter
713
'source-highlighter=highlight.js',
714
'highlightjsdir=js/highlight',
715
- 'highlightjs-theme=atom-one-dark-reasonable',
+ 'highlightjs-theme=github',
716
'idprefix': '',
717
'idseparator': '-',
718
'spring-version': project.version,
0 commit comments