Slackbot
04/13/2023, 9:00 AMVampire
04/13/2023, 11:14 AMhttp.proxyHost
and so on, Gradle will also use those.
The docs you linked to show how to set these system properties from a gradle.properties
file like <GRADLE_USER_HOME>/gradle.properties
, but any way to properly set the needed system properties would work.
If you talk about environment variables named http_proxy
, https_proxy
, and no_proxy
, those are not considered by any Java program.Satyarth Sampath
04/13/2023, 11:20 AMVampire
04/13/2023, 12:07 PM