parent
26ee9c68eb
commit
fbe05f0369
|
@ -80,8 +80,8 @@ dokka {
|
||||||
}
|
}
|
||||||
|
|
||||||
task downloadResources(type: Download) {
|
task downloadResources(type: Download) {
|
||||||
def version = "0.1.3.BUILD-SNAPSHOT"
|
def version = "0.1.3.RELEASE"
|
||||||
src "https://repo.spring.io/snapshot/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")
|
||||||
onlyIfModified true
|
onlyIfModified true
|
||||||
|
|
Loading…
Reference in New Issue