Can gradle wrapper use a file:// resource to download a distribution?

Will the gradle wrapper work if I have a gradle-wrapper.properties file with a distributionUrl that points to a file:// resource instead of http?

I’ve been able to use it that way just fine.

Yes I did just validate this on my own. Thanks for the reply!