Skip to content

Commit bf37e2c

Browse files
committed
fix: Comment out the gradle proxy config
1 parent 9fdea1c commit bf37e2c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

gradle.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ platformPlugins =
2222
kotlin.stdlib.default.dependency = false
2323

2424
# proxy
25-
systemProp.http.proxyHost=127.0.0.1
26-
systemProp.http.proxyPort=8001
27-
systemProp.https.proxyHost=127.0.0.1
28-
systemProp.https.proxyPort=8001
25+
# systemProp.http.proxyHost=127.0.0.1
26+
# systemProp.http.proxyPort=8001
27+
# systemProp.https.proxyHost=127.0.0.1
28+
# systemProp.https.proxyPort=8001

0 commit comments

Comments
 (0)