Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
graemerocher committed Jan 22, 2016
1 parent 85a91bb commit 39c1f92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -52,7 +52,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 39c1f92

Please sign in to comment.