Skip to content

Commit d540dfd

Browse files
author
Jay Bryant
committed
Update doc resources version and highlighter
Use the latest version of spring-doc-resources to get the latest look and feel and pick up bug fixes. Also use a nicer highlight.
1 parent 2f7022a commit d540dfd

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
@@ -21,7 +21,7 @@ repositories {
2121

2222
apply plugin: 'org.asciidoctor.gradle.asciidoctor'
2323

24-
ext.docResourcesVersion = '0.1.0.RELEASE'
24+
ext.docResourcesVersion = '0.2.1.RELEASE'
2525
ext.GRADLE_SCRIPT_DIR = "${rootProject.projectDir}/gradle"
2626
ext.JAVA_MODULE_SCRIPT = "${GRADLE_SCRIPT_DIR}/java-module.gradle"
2727
ext.MAVEN_DEPLOYMENT_SCRIPT = "${GRADLE_SCRIPT_DIR}/maven-deployment.gradle"
@@ -160,7 +160,7 @@ asciidoctor {
160160
// use provided highlighter
161161
'source-highlighter=highlight.js',
162162
'highlightjsdir=js/highlight',
163-
'highlightjs-theme=atom-one-dark-reasonable',
163+
'highlightjs-theme=github',
164164
'spring-ldap-version' : project.version,
165165
revnumber : project.version
166166
}

0 commit comments

Comments
 (0)