Skip to content

Commit 572bbee

Browse files
committed
Use spring-doc-resources SNAPSHOT version
1 parent 77cd44d commit 572bbee

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

gradle/docs.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,8 @@ pluginManager.withPlugin("kotlin") {
7373
}
7474

7575
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"
76+
src "https://repo.spring.io/artifactory/snapshot/io/spring/docresources/" +
77+
"spring-doc-resources/0.2.6-SNAPSHOT/spring-doc-resources-0.2.6-20210308.231804-2.zip"
7978
dest project.file("$buildDir/docs/spring-doc-resources.zip")
8079
onlyIfModified true
8180
useETag "all"

0 commit comments

Comments
 (0)