It looks like it's there for the downloadWrapper task (wrapper.gradle).
But I'm not sure why we have that defined. I've always just used
gradle-wrapper.properties and "gradlew wrapper" to update the wrapper jar
and gradlew scripts. If we don't need it anymore, I say we remove both the
property an
Well, it's designed so that we have any easy way to bootstrap from the
source distro for people who aren't familiar with gradle. No need to
know about any built-in commands or properties. We could get rid of it
but it would make the instructions slightly more verbose and of course
different between