|
|
|
|
@ -73,9 +73,8 @@ pluginManager.withPlugin("kotlin") {
@@ -73,9 +73,8 @@ pluginManager.withPlugin("kotlin") {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
task downloadResources(type: Download) { |
|
|
|
|
def version = "0.2.5" |
|
|
|
|
src "https://repo.spring.io/release/io/spring/docresources/" + |
|
|
|
|
"spring-doc-resources/$version/spring-doc-resources-${version}.zip" |
|
|
|
|
src "https://repo.spring.io/artifactory/snapshot/io/spring/docresources/" + |
|
|
|
|
"spring-doc-resources/0.2.6-SNAPSHOT/spring-doc-resources-0.2.6-20210308.231804-2.zip" |
|
|
|
|
dest project.file("$buildDir/docs/spring-doc-resources.zip") |
|
|
|
|
onlyIfModified true |
|
|
|
|
useETag "all" |
|
|
|
|
|