From cccf6e95d80f13d82f8efd9fe49e7c6c3fb06d42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A1=8C=E6=97=85=E9=80=94?= Date: Tue, 16 Jul 2024 23:01:33 +0800 Subject: [PATCH] chore: comment proxy config This is an infrequently used configuration introduced from commit ad5c3dd, which can lead to unknowingly troubleshooting non-existent network problems all the time. --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index cba9565..3bb8ecc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -13,5 +13,5 @@ # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects # org.gradle.parallel=true #Mon Jun 26 14:34:35 CST 2017 -systemProp.http.proxyHost=127.0.0.1 -systemProp.http.proxyPort=1080 +#systemProp.http.proxyHost=127.0.0.1 +#systemProp.http.proxyPort=1080