Use spring-doc-resources SNAPSHOT version

This commit is contained in:
Brian Clozel
2023-05-25 20:04:08 +02:00
parent 77cd44dd20
commit 572bbeeba3

View File

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