Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetbehl committed May 18, 2023
1 parent f5a6c98 commit 7c8f75f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -68,7 +68,7 @@ task fetchGrailsSource {

def grailsVersion = System.getenv('TARGET_GRAILS_VERSION')
if (grailsVersion) {
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
} else {
ant.get src: "https://github.com/grails/grails-core/zipball/${githubBranch}", dest: zipFile, verbose: true
}

0 comments on commit 7c8f75f

Please sign in to comment.