From f183fb62b11ad109505df25e641b64a10d29828a Mon Sep 17 00:00:00 2001 From: GlodBlock <1356392126@qq.com> Date: Mon, 31 Jan 2022 23:49:31 +0800 Subject: remove proxy --- gradle.properties | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/gradle.properties b/gradle.properties index 5224d187ef..c6e8c5266c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -64,9 +64,4 @@ usesShadowedDependencies = false #customArchiveBaseName = # Optional parameter to prevent the source code from being published -# noPublishedSources = - -systemProp.http.proxyHost=127.0.0.1 -systemProp.http.proxyPort=7890 -systemProp.https.proxyHost=127.0.0.1 -systemProp.https.proxyPort=7890 \ No newline at end of file +# noPublishedSources = \ No newline at end of file -- cgit