parent
26ee9c68eb
commit
fbe05f0369
|
@ -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…
Reference in New Issue