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 1195b3a commit 3b92d45Copy full SHA for 3b92d45
gradle/docs.gradle
@@ -3,7 +3,7 @@ configurations {
3
}
4
5
dependencies {
6
- asciidoctorExt("io.spring.asciidoctor:spring-asciidoctor-extensions-block-switch:0.4.3.RELEASE")
+ asciidoctorExt("io.spring.asciidoctor:spring-asciidoctor-extensions-block-switch:0.5.0")
7
8
9
repositories {
@@ -113,7 +113,7 @@ dokka {
113
114
115
task downloadResources(type: Download) {
116
- def version = "0.2.2.RELEASE"
+ def version = "0.2.5"
117
src "https://repo.spring.io/release/io/spring/docresources/" +
118
"spring-doc-resources/$version/spring-doc-resources-${version}.zip"
119
dest project.file("$buildDir/docs/spring-doc-resources.zip")
0 commit comments