Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetbehl committed Mar 28, 2023
1 parent eb1f098 commit bc0cabd
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
Expand Up @@ -68,7 +68,7 @@ task fetchGrailsSource {

def grailsVersion = System.getenv('TARGET_GRAILS_VERSION')
if(grailsVersion) {
ant.get src: "https://github.com/grails/grails-core/zipball/${githubBranch}", dest: zipFile, verbose: true
ant.get src: "https://github.com/grails/grails-core/archive/ref/heads/${githubBranch}.zip", dest: zipFile, verbose: true
// ant.get src: "https://github.com/grails/grails-core/archive/v${grailsVersion}.zip", dest: zipFile, verbose: true
}
else {
Expand Down

0 comments on commit bc0cabd

Please sign in to comment.