diff options
author | GlodBlock <1356392126@qq.com> | 2022-01-25 22:47:02 +0800 |
---|---|---|
committer | GlodBlock <1356392126@qq.com> | 2022-01-25 22:47:02 +0800 |
commit | 2f8385abc6262bbafe0711415fa3ec2780752955 (patch) | |
tree | 0157e9168acfce8fe01ae6d0629ee92d444d29f8 | |
parent | 6d9d41e1077332ad68e9812d485d6e049158178a (diff) | |
download | GT5-Unofficial-2f8385abc6262bbafe0711415fa3ec2780752955.tar.gz GT5-Unofficial-2f8385abc6262bbafe0711415fa3ec2780752955.tar.bz2 GT5-Unofficial-2f8385abc6262bbafe0711415fa3ec2780752955.zip |
remove proxy
-rw-r--r-- | gradle.properties | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/gradle.properties b/gradle.properties index 4f6a1bf63d..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 |