I need to use a specific gradle version , and gradle wrapper seems like a good way to go so my users dont need to download gradle.
But, how can I use gradle wrapper w/o commiting a jar to my vcs?
The project itself, is actually a top level apache project (Bigtop) and so we can’t add binaries into the source code as part of standard apache convention.