Update to spring-doc-resources version 0.2.0

This commit updates the spring-doc-resources version to 0.2.0 to get the
latest look and feel in the HTML version of the reference manual.

Closes gh-24831
This commit is contained in:
Jay Bryant 2020-03-31 13:27:39 -05:00 committed by Sam Brannen
parent 13970ae528
commit b7eb983107
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ dokka {
} }
task downloadResources(type: Download) { task downloadResources(type: Download) {
def version = "0.1.3.RELEASE" def version = "0.2.0.RELEASE"
src "https://repo.spring.io/release/io/spring/docresources/" + src "https://repo.spring.io/release/io/spring/docresources/" +
"spring-doc-resources/$version/spring-doc-resources-${version}.zip" "spring-doc-resources/$version/spring-doc-resources-${version}.zip"
dest project.file("$buildDir/docs/spring-doc-resources.zip") dest project.file("$buildDir/docs/spring-doc-resources.zip")