Skip to content

Commit

Permalink
fix proxy error
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Mar 28, 2017
1 parent 67dcae3 commit c0d5528
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 @@ -13,8 +13,8 @@
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
#Tue Mar 28 22:57:27 CST 2017
systemProp.https.proxyPort=1080
systemProp.http.proxyHost=127.0.0.1
org.gradle.jvmargs=-Xmx1536m
systemProp.https.proxyHost=127.0.0.1
systemProp.http.proxyPort=1080
#systemProp.https.proxyPort=1080
#systemProp.http.proxyHost=127.0.0.1
#org.gradle.jvmargs=-Xmx1536m
#systemProp.https.proxyHost=127.0.0.1
#systemProp.http.proxyPort=1080

0 comments on commit c0d5528

Please sign in to comment.