From bf37e2cb63283137f587295b3ebbf18b4d6326ec Mon Sep 17 00:00:00 2001 From: si9ma Date: Tue, 29 Dec 2020 02:21:05 +0800 Subject: [PATCH] fix: Comment out the gradle proxy config --- gradle.properties | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gradle.properties b/gradle.properties index d1661ee..c2882ba 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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