I’m trying to download binaries from the wrapper and getting a 407 error if i set proxy variables.
But i can download artifacts and plugins through it, after binaries are downloaded, so proxy is not misconfigured.
Further down, i’m trying to use this plugin https://github.com/michel-kraemer/gradle-download-task and author insists that his plugin uses gradle proxy facilities, i couldn’t find any clarifications online and apache httpclient docs are only suggesting using setProxy in RequestConfig(which is deprecated but docs don’t have any info about that).
I’ve tried recreating this bug in my project but couldn’t get apache to use proxy explicitly, is there implicit proxy configuration for gradle plugins?
Afair there is no “Gradle proxy facility”, Gradle just uses the proxies configured via normal Java means, that is the normal system properies as documented at Networking with Gradle