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 f5a6c98 commit 7c8f75fCopy full SHA for 7c8f75f
build.gradle
@@ -68,7 +68,7 @@ task fetchGrailsSource {
68
69
def grailsVersion = System.getenv('TARGET_GRAILS_VERSION')
70
if (grailsVersion) {
71
- ant.get src: "https://github.com/grails/grails-core/archive/refs/tags/v${grailsVersion}", dest: zipFile, verbose: true
+ ant.get src: "https://github.com/grails/grails-core/archive/refs/tags/v${grailsVersion}.zip", dest: zipFile, verbose: true
72
} else {
73
ant.get src: "https://github.com/grails/grails-core/zipball/${githubBranch}", dest: zipFile, verbose: true
74
}
0 commit comments