Upgrade to Spring Doc Resources 0.1.3
Closes gh-23679
This commit is contained in:
@@ -80,8 +80,8 @@ dokka {
|
||||
}
|
||||
|
||||
task downloadResources(type: Download) {
|
||||
def version = "0.1.3.BUILD-SNAPSHOT"
|
||||
src "https://repo.spring.io/snapshot/io/spring/docresources/" +
|
||||
def version = "0.1.3.RELEASE"
|
||||
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")
|
||||
onlyIfModified true
|
||||
|
||||
Reference in New Issue
Block a user