diff options
author | GlodBlock <1356392126@qq.com> | 2022-01-25 22:08:45 +0800 |
---|---|---|
committer | GlodBlock <1356392126@qq.com> | 2022-01-25 22:08:45 +0800 |
commit | eb059d2ca1cc65229857df6b2876bdfbc849b3c1 (patch) | |
tree | 97357a3b618599e231c8563a4d9a5f44b5998d45 /gradle.properties | |
parent | a628cfde78df9f419510aca196a8b8e67164eb16 (diff) | |
download | GT5-Unofficial-eb059d2ca1cc65229857df6b2876bdfbc849b3c1.tar.gz GT5-Unofficial-eb059d2ca1cc65229857df6b2876bdfbc849b3c1.tar.bz2 GT5-Unofficial-eb059d2ca1cc65229857df6b2876bdfbc849b3c1.zip |
remove bak file
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gradle.properties b/gradle.properties index 36c8099a4b..4f6a1bf63d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -65,3 +65,8 @@ usesShadowedDependencies = false # 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 |