Skip to content

Commit

Permalink
Update doc resources version and highlighter
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Jay Bryant committed Apr 16, 2020
1 parent 2f7022a commit d540dfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repositories {

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

ext.docResourcesVersion = '0.1.0.RELEASE'
ext.docResourcesVersion = '0.2.1.RELEASE'
ext.GRADLE_SCRIPT_DIR = "${rootProject.projectDir}/gradle"
ext.JAVA_MODULE_SCRIPT = "${GRADLE_SCRIPT_DIR}/java-module.gradle"
ext.MAVEN_DEPLOYMENT_SCRIPT = "${GRADLE_SCRIPT_DIR}/maven-deployment.gradle"
Expand Down Expand Up @@ -160,7 +160,7 @@ asciidoctor {
// use provided highlighter
'source-highlighter=highlight.js',
'highlightjsdir=js/highlight',
'highlightjs-theme=atom-one-dark-reasonable',
'highlightjs-theme=github',
'spring-ldap-version' : project.version,
revnumber : project.version
}
Expand Down

0 comments on commit d540dfd

Please sign in to comment.