We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d42f96d commit cac4787Copy full SHA for cac4787
docs/build.gradle
@@ -21,7 +21,7 @@ dependencies {
21
}
22
23
ext {
24
- docResourcesVersion = '0.1.3.RELEASE'
+ docResourcesVersion = '0.2.0.RELEASE'
25
26
27
tasks.findByPath("artifactoryPublish")?.enabled = false
@@ -92,7 +92,7 @@ asciidoctor {
92
// use provided highlighter
93
'source-highlighter=highlight.js',
94
'highlightjsdir=js/highlight',
95
- 'highlightjs-theme=atom-one-dark-reasonable',
+ 'highlightjs-theme=github',
96
'idprefix': '',
97
'idseparator': '-',
98
'spring-version': project.version,
0 commit comments