Use spring-doc-resources SNAPSHOT version
This commit is contained in:
@@ -73,9 +73,8 @@ pluginManager.withPlugin("kotlin") {
|
|||||||
}
|
}
|
||||||
|
|
||||||
task downloadResources(type: Download) {
|
task downloadResources(type: Download) {
|
||||||
def version = "0.2.5"
|
src "https://repo.spring.io/artifactory/snapshot/io/spring/docresources/" +
|
||||||
src "https://repo.spring.io/release/io/spring/docresources/" +
|
"spring-doc-resources/0.2.6-SNAPSHOT/spring-doc-resources-0.2.6-20210308.231804-2.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
|
||||||
useETag "all"
|
useETag "all"
|
||||||
|
|||||||
Reference in New Issue
Block a user