Skip to content

Commit

Permalink
fix: Comment out the gradle proxy config
Browse files Browse the repository at this point in the history
  • Loading branch information
si9ma committed Dec 28, 2020
1 parent 9fdea1c commit bf37e2c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ platformPlugins =
kotlin.stdlib.default.dependency = false

# proxy
systemProp.http.proxyHost=127.0.0.1
systemProp.http.proxyPort=8001
systemProp.https.proxyHost=127.0.0.1
systemProp.https.proxyPort=8001
# systemProp.http.proxyHost=127.0.0.1
# systemProp.http.proxyPort=8001
# systemProp.https.proxyHost=127.0.0.1
# systemProp.https.proxyPort=8001

0 comments on commit bf37e2c

Please sign in to comment.