Commit e3276eee authored by Reimar Stier's avatar Reimar Stier

add gradle proxy notes

parent a09728ca
# Proxy
-Dhttps.proxyHost=localhost -Dhttps.proxyPort=3128 -Dhttp.proxyHost=localhost -Dhttp.proxyPort=3128
## System gradle settings
- ~/.gradle/gradle.properties
- /c/users/USER/.gradle/gradle.properties
````
systemProp.http.proxyHost=localhost
systemProp.http.proxyPort=3128
systemProp.https.proxyHost=localhost
systemProp.https.proxyPort=3128
````
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment