Browse Source

Use spring-doc-resources SNAPSHOT version

pull/30762/head
Brian Clozel 3 years ago
parent
commit
572bbeeba3
  1. 5
      gradle/docs.gradle

5
gradle/docs.gradle

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

Loading…
Cancel
Save