Skip to content

Commit

Permalink
Merge branch '3.0.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
graemerocher committed Jan 22, 2016
2 parents 04ed158 + 39c1f92 commit 8ac7b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -54,7 +54,7 @@ task fetchGrailsSource << {
ant.get src: "https://github.com/grails/grails-core/archive/${tag}.zip", dest: zipFile, verbose: true
}
else {
ant.get src: "http://github.com/grails/grails-core/zipball/${githubBranch}"
ant.get src: "http://github.com/grails/grails-core/zipball/${githubBranch}", dest: zipFile, verbose: true
}

ant.unzip src: zipFile, dest: checkOutDir, {
Expand Down

0 comments on commit 8ac7b46

Please sign in to comment.