Skip to content

Commit e7edc18

Browse files
committed
update proxy-set command manual to contain information about setting up npm and gradle proxies
1 parent 9cde852 commit e7edc18

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/man_pages/general/proxy-set.md

+3
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ Sets proxy settings.
2020
### Command Limitations
2121

2222
* You can set credentials only on Windows Systems.
23+
* Proxy settings for npm and (Android) Gradle need to be set separately.
24+
* configuring `npm` proxy - https://docs.npmjs.com/misc/config#https-proxy
25+
* (Android) configuring Gradle proxy - set global configuration in the user directory - _<USER_HOME>/.gradle/gradle.properties_ - https://docs.gradle.org/3.3/userguide/build_environment.html#sec:accessing_the_web_via_a_proxy
2326

2427
### Related Commands
2528

0 commit comments

Comments
 (0)