Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ezhov-da/87662cc563de29cd5f86f6b40a573f01 to your computer and use it in GitHub Desktop.
Save ezhov-da/87662cc563de29cd5f86f6b40a573f01 to your computer and use it in GitHub Desktop.
Конфигурирование прокси
==> https://docs.gradle.org/current/userguide/build_environment.html
Расположение файла конфигурации: {user.dir}/.gradle/gradle.properties
------------------------------------------------------------------------------
#https://docs.gradle.org/current/userguide/build_environment.html
systemProp.proxySet=true
systemProp.http.proxyHost=
systemProp.http.proxyPort=
systemProp.http.proxyUser=
systemProp.http.proxyPassword=
#systemProp.http.nonProxyHosts=
systemProp.https.proxyHost=
systemProp.https.proxyPort=
systemProp.https.proxyUser=
systemProp.https.proxyPassword=
#systemProp.https.nonProxyHosts=
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment