diff --git a/gradle/docs.gradle b/gradle/docs.gradle index 64f58668d87..30d4e3153bd 100644 --- a/gradle/docs.gradle +++ b/gradle/docs.gradle @@ -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"