Thanks to visit codestin.com Credit goes to github.com
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 26ee9c6 commit fbe05f0Copy full SHA for fbe05f0
gradle/docs.gradle
@@ -80,8 +80,8 @@ dokka {
80
}
81
82
task downloadResources(type: Download) {
83
- def version = "0.1.3.BUILD-SNAPSHOT"
84
- src "https://repo.spring.io/snapshot/io/spring/docresources/" +
+ def version = "0.1.3.RELEASE"
+ src "https://repo.spring.io/release/io/spring/docresources/" +
85
"spring-doc-resources/$version/spring-doc-resources-${version}.zip"
86
dest project.file("$buildDir/docs/spring-doc-resources.zip")
87
onlyIfModified true
0 commit comments