Upgrade reference docs dependencies
This commit upgrades the spring-doc-resources dependency to 0.2.5 and the spring-asciidoctor-extensions-block-switch to 0.5.0
This commit is contained in:
parent
1195b3a0b0
commit
3b92d45984
|
@ -3,7 +3,7 @@ configurations {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
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")
|
||||
}
|
||||
|
||||
repositories {
|
||||
|
@ -113,7 +113,7 @@ dokka {
|
|||
}
|
||||
|
||||
task downloadResources(type: Download) {
|
||||
def version = "0.2.2.RELEASE"
|
||||
def version = "0.2.5"
|
||||
src "https://repo.spring.io/release/io/spring/docresources/" +
|
||||
"spring-doc-resources/$version/spring-doc-resources-${version}.zip"
|
||||
dest project.file("$buildDir/docs/spring-doc-resources.zip")
|
||||
|
|
Loading…
Reference in New Issue