We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77cd44d commit 572bbeeCopy full SHA for 572bbee
gradle/docs.gradle
@@ -73,9 +73,8 @@ pluginManager.withPlugin("kotlin") {
73
}
74
75
task downloadResources(type: Download) {
76
- def version = "0.2.5"
77
- src "https://repo.spring.io/release/io/spring/docresources/" +
78
- "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"
79
dest project.file("$buildDir/docs/spring-doc-resources.zip")
80
onlyIfModified true
81
useETag "all"
0 commit comments