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:
parent
13970ae528
commit
b7eb983107
|
|
@ -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")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue