From e7edc180ddc9e2207cc3790de43785daff61ecdc Mon Sep 17 00:00:00 2001 From: Peter Kanev Date: Tue, 25 Jul 2017 17:42:21 +0300 Subject: [PATCH] update proxy-set command manual to contain information about setting up npm and gradle proxies --- docs/man_pages/general/proxy-set.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/man_pages/general/proxy-set.md b/docs/man_pages/general/proxy-set.md index 3ab89f331b..94b2d2735f 100644 --- a/docs/man_pages/general/proxy-set.md +++ b/docs/man_pages/general/proxy-set.md @@ -20,6 +20,9 @@ Sets proxy settings. ### Command Limitations * You can set credentials only on Windows Systems. +* Proxy settings for npm and (Android) Gradle need to be set separately. + * configuring `npm` proxy - https://docs.npmjs.com/misc/config#https-proxy + * (Android) configuring Gradle proxy - set global configuration in the user directory - _/.gradle/gradle.properties_ - https://docs.gradle.org/3.3/userguide/build_environment.html#sec:accessing_the_web_via_a_proxy ### Related Commands