Skip to content

Commit 7c8f75f

Browse files
committed
Update build.gradle
1 parent f5a6c98 commit 7c8f75f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ task fetchGrailsSource {
6868

6969
def grailsVersion = System.getenv('TARGET_GRAILS_VERSION')
7070
if (grailsVersion) {
71-
ant.get src: "https://github.com/grails/grails-core/archive/refs/tags/v${grailsVersion}", dest: zipFile, verbose: true
71+
ant.get src: "https://github.com/grails/grails-core/archive/refs/tags/v${grailsVersion}.zip", dest: zipFile, verbose: true
7272
} else {
7373
ant.get src: "https://github.com/grails/grails-core/zipball/${githubBranch}", dest: zipFile, verbose: true
7474
}

0 commit comments

Comments
 (0)