On Thu, Apr 16, 2015 at 5:37 AM, Jochen Theodorou <[email protected]> wrote: > Am 16.04.2015 09:24, schrieb Cédric Champeau: >> >> [...] If you have to have a build script for Windows and *nix that >> downloads the wrapper which is itself meant to download the right version >> of Gradle so that you guarantee that you can build on the right version of >> the tool, it's a total non-sense. Why not having a script that downloads >> the script that downloads the script to download the wrapper? :) > > > writing a shell script that dowloads the wrapper could be fun... in a crazy > way ;) At least if it is supposed to work on Linux and Windows
Like I said -- we did it in Bigtop (UNIX only): https://git-wip-us.apache.org/repos/asf?p=bigtop.git;a=blob;f=gradlew;h=2ad3dae8a6e583ff647b9c05bc02bd7979b88f29;hb=HEAD You are welcome to borrow/hack it Thanks, Roman.
