Skip to content

Commit 2e72269

Browse files
committed
Update links to asciidoc resources
Essentially a backport of 572bbe and 7dae3a from 5.3.x
1 parent ac82b5c commit 2e72269

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

gradle/docs.gradle

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ configurations {
33
}
44

55
dependencies {
6-
asciidoctorExt("io.spring.asciidoctor:spring-asciidoctor-extensions-block-switch:0.4.0.RELEASE")
6+
asciidoctorExt("io.spring.asciidoctor:spring-asciidoctor-extensions-block-switch:0.6.1")
77
}
88

99
repositories {
@@ -107,9 +107,8 @@ dokka {
107107
}
108108

109109
task downloadResources(type: Download) {
110-
def version = "0.2.1.RELEASE"
111-
src "https://repo.spring.io/release/io/spring/docresources/" +
112-
"spring-doc-resources/$version/spring-doc-resources-${version}.zip"
110+
src "https://repo.spring.io/artifactory/snapshot/io/spring/docresources/" +
111+
"spring-doc-resources/0.2.6-SNAPSHOT/spring-doc-resources-0.2.6-20210308.231804-2.zip"
113112
dest project.file("$buildDir/docs/spring-doc-resources.zip")
114113
onlyIfModified true
115114
useETag "all"

0 commit comments

Comments
 (0)