Skip to content

Commit c0d5528

Browse files
author
AllenCoder@126.com
committed
fix proxy error
1 parent 67dcae3 commit c0d5528

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

gradle.properties

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1414
# org.gradle.parallel=true
1515
#Tue Mar 28 22:57:27 CST 2017
16-
systemProp.https.proxyPort=1080
17-
systemProp.http.proxyHost=127.0.0.1
18-
org.gradle.jvmargs=-Xmx1536m
19-
systemProp.https.proxyHost=127.0.0.1
20-
systemProp.http.proxyPort=1080
16+
#systemProp.https.proxyPort=1080
17+
#systemProp.http.proxyHost=127.0.0.1
18+
#org.gradle.jvmargs=-Xmx1536m
19+
#systemProp.https.proxyHost=127.0.0.1
20+
#systemProp.http.proxyPort=1080

0 commit comments

Comments
 (0)