Skip to content

Commit

Permalink
Enable gradle proxy by default
Browse files Browse the repository at this point in the history
  • Loading branch information
imknown committed Apr 6, 2020
1 parent 7494be8 commit 9484b7c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ org.gradle.warning.mode=all
kapt.incremental.apt=true

# Proxy
# systemProp.http.proxyHost=127.0.0.1
# systemProp.http.proxyPort=1080
# systemProp.https.proxyHost=127.0.0.1
# systemProp.https.proxyPort=1080
# systemProp.http.nonProxyHosts=dl.google.com|maven.aliyun.com|jcenter.bintray.com
systemProp.http.proxyHost=127.0.0.1
systemProp.http.proxyPort=1080
systemProp.https.proxyHost=127.0.0.1
systemProp.https.proxyPort=1080
systemProp.http.nonProxyHosts=dl.google.com|maven.aliyun.com|jcenter.bintray.com

0 comments on commit 9484b7c

Please sign in to comment.