<Is it possible to download gradle sources from an...
# gradle
j
Is it possible to download gradle sources from an alternate URL? It certainly doesn't seem that way, but it would be useful given that the gradle bin itself can be downloaded from alternate URLs.
j
By sources do you mean the wrapper binary+source? You can specify in
gradle-wrapper.properties
j
Yes.
If the sources are missing it tries to download, from a single hardcoded source
v
If this is hard-coded I'd say you should post an enhancement request on GitHub so that this becomes configurable or derived from the distribution URL.