File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ configurations {
3
3
}
4
4
5
5
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 " )
7
7
}
8
8
9
9
repositories {
@@ -107,9 +107,8 @@ dokka {
107
107
}
108
108
109
109
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"
113
112
dest project. file(" $buildDir /docs/spring-doc-resources.zip" )
114
113
onlyIfModified true
115
114
useETag " all"
You can’t perform that action at this time.
0 commit comments