I want to use an external gradle script from an HTTPS URL. I think this is currently not possible. Are there any plans to support this?
I just want to mention that apply from: URL
is never cached and downloaded every run. It would be better practice to roll those scripts into a custom plugin.