Skip to content

Commit a7450d5

Browse files
Jay Bryantfmbenhassine
authored andcommitted
Updated spring-doc-resources version
Gives us the new look and feel and more readable code listings.
1 parent 6cca32f commit a7450d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ allprojects {
102102
jaxbImplVersion = '2.3.0.1'
103103
micrometerVersion = '1.3.3'
104104
prometheusPushgatewayVersion = '0.8.0'
105-
docResourcesVersion = '0.1.1.RELEASE'
105+
docResourcesVersion = '0.2.0.RELEASE'
106106
assertjVersion='3.15.0'
107107
mongoDbDriverSyncVersion='4.0.0-beta1'
108108
}
@@ -715,7 +715,7 @@ asciidoctor {
715715
// use provided highlighter
716716
'source-highlighter=highlight.js',
717717
'highlightjsdir=js/highlight',
718-
'highlightjs-theme=atom-one-dark-reasonable',
718+
'highlightjs-theme=github',
719719
'idprefix': '',
720720
'idseparator': '-',
721721
'spring-version': project.version,

0 commit comments

Comments
 (0)