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

Commit bef63a3

Browse files
authored
Fixed typo
1 parent 5f4b681 commit bef63a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/build.gradle

Lines changed: 2 additions & 2 deletions
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/v${gormVersion}.zip", dest: zipFile, verbose: true
81+
ant.get src: "https://github.com/grails/grails-data-mapping/archive/refs/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
}
@@ -140,4 +140,4 @@ task assembleDocsDist(type: Zip) {
140140
destinationDirectory = project.layout.buildDirectory.dir('distributions')
141141
}
142142

143-
docs.finalizedBy assembleDocsDist
143+
docs.finalizedBy assembleDocsDist

0 commit comments

Comments
 (0)