Skip to content

Commit cac4787

Browse files
author
Jay Bryant
committed
Update spring-doc-resources version and highlight
Update to pick up the latest look and feel and better highlighting.
1 parent d42f96d commit cac4787

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies {
2121
}
2222

2323
ext {
24-
docResourcesVersion = '0.1.3.RELEASE'
24+
docResourcesVersion = '0.2.0.RELEASE'
2525
}
2626

2727
tasks.findByPath("artifactoryPublish")?.enabled = false
@@ -92,7 +92,7 @@ asciidoctor {
9292
// use provided highlighter
9393
'source-highlighter=highlight.js',
9494
'highlightjsdir=js/highlight',
95-
'highlightjs-theme=atom-one-dark-reasonable',
95+
'highlightjs-theme=github',
9696
'idprefix': '',
9797
'idseparator': '-',
9898
'spring-version': project.version,

0 commit comments

Comments
 (0)