Skip to content

Commit

Permalink
Upgrade to Spring Doc Resources 0.1.3.BUILD-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
bclozel committed Sep 23, 2019
1 parent 9ffecc5 commit 716f928
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/docs.gradle
Expand Up @@ -80,8 +80,8 @@ dokka {
}

task downloadResources(type: Download) {
def version = "0.1.2.RELEASE"
src "https://repo.spring.io/release/io/spring/docresources/" +
def version = "0.1.3.BUILD-SNAPSHOT"
src "https://repo.spring.io/snapshot/io/spring/docresources/" +
"spring-doc-resources/$version/spring-doc-resources-${version}.zip"
dest project.file("$buildDir/docs/spring-doc-resources.zip")
onlyIfModified true
Expand Down Expand Up @@ -124,7 +124,7 @@ asciidoctor {
'sectnums': '',
'source-highlighter=highlight.js',
'highlightjsdir=js/highlight',
'highlightjs-theme=atom-one-dark-reasonable',
'highlightjs-theme=github',
stylesdir: "css/",
stylesheet: 'stylesheet.css',
'spring-version': project.version
Expand Down

0 comments on commit 716f928

Please sign in to comment.