Upgrade to Spring Doc Resources 0.1.3

Closes gh-23679
This commit is contained in:
Brian Clozel
2019-09-26 14:27:07 +02:00
parent 26ee9c68eb
commit fbe05f0369

View File

@@ -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