Browse Source

Upgrade to Spring Doc Resources 0.1.3

Closes gh-23679
pull/25127/head
Brian Clozel 6 years ago
parent
commit
fbe05f0369
  1. 4
      gradle/docs.gradle

4
gradle/docs.gradle

@ -80,8 +80,8 @@ dokka { @@ -80,8 +80,8 @@ dokka {
}
task downloadResources(type: Download) {
def version = "0.1.3.BUILD-SNAPSHOT"
src "https://repo.spring.io/snapshot/io/spring/docresources/" +
def version = "0.1.3.RELEASE"
src "https://repo.spring.io/release/io/spring/docresources/" +
"spring-doc-resources/$version/spring-doc-resources-${version}.zip"
dest project.file("$buildDir/docs/spring-doc-resources.zip")
onlyIfModified true

Loading…
Cancel
Save