Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 964a120

Browse files
committed
[skip ci] Fix docs build
1 parent 0d629bc commit 964a120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ task fetchSource {
7878
doLast {
7979
println "Downloading GORM source code."
8080
if (isReleaseVersion) {
81-
ant.get src: "https://github.com/grails/grails-data-mapping/archive/ref/tags/${gormVersion}.zip", dest: zipFile, verbose: true
81+
ant.get src: "https://github.com/grails/grails-data-mapping/archive/ref/tags/v${gormVersion}.zip", dest: zipFile, verbose: true
8282
} else {
8383
ant.get src: "https://github.com/grails/grails-data-mapping/archive/refs/heads/${githubBranch}.zip", dest: zipFile, verbose: true
8484
}

0 commit comments

Comments
 (0)