Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fbe05f0

Browse files
committed
Upgrade to Spring Doc Resources 0.1.3
Closes spring-projectsgh-23679
1 parent 26ee9c6 commit fbe05f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/docs.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ dokka {
8080
}
8181

8282
task downloadResources(type: Download) {
83-
def version = "0.1.3.BUILD-SNAPSHOT"
84-
src "https://repo.spring.io/snapshot/io/spring/docresources/" +
83+
def version = "0.1.3.RELEASE"
84+
src "https://repo.spring.io/release/io/spring/docresources/" +
8585
"spring-doc-resources/$version/spring-doc-resources-${version}.zip"
8686
dest project.file("$buildDir/docs/spring-doc-resources.zip")
8787
onlyIfModified true

0 commit comments

Comments
 (0)