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 6cca32f commit a7450d5Copy full SHA for a7450d5
build.gradle
@@ -102,7 +102,7 @@ allprojects {
102
jaxbImplVersion = '2.3.0.1'
103
micrometerVersion = '1.3.3'
104
prometheusPushgatewayVersion = '0.8.0'
105
- docResourcesVersion = '0.1.1.RELEASE'
+ docResourcesVersion = '0.2.0.RELEASE'
106
assertjVersion='3.15.0'
107
mongoDbDriverSyncVersion='4.0.0-beta1'
108
}
@@ -715,7 +715,7 @@ asciidoctor {
715
// use provided highlighter
716
'source-highlighter=highlight.js',
717
'highlightjsdir=js/highlight',
718
- 'highlightjs-theme=atom-one-dark-reasonable',
+ 'highlightjs-theme=github',
719
'idprefix': '',
720
'idseparator': '-',
721
'spring-version': project.version,
0 commit comments