diff options
author | GlodBlock <1356392126@qq.com> | 2022-01-31 23:31:02 +0800 |
---|---|---|
committer | GlodBlock <1356392126@qq.com> | 2022-01-31 23:31:02 +0800 |
commit | 38147469ef6666a0a61693ad04699fe4260618a6 (patch) | |
tree | ab02e833730222995fc04fb5f5e290368f3679f8 /gradle.properties | |
parent | 112b14f67aacc3cd2a10f2b11dcd3e1d691d8369 (diff) | |
download | GT5-Unofficial-38147469ef6666a0a61693ad04699fe4260618a6.tar.gz GT5-Unofficial-38147469ef6666a0a61693ad04699fe4260618a6.tar.bz2 GT5-Unofficial-38147469ef6666a0a61693ad04699fe4260618a6.zip |
start the work of large fusion
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties index c6e8c5266c..5224d187ef 100644 --- a/gradle.properties +++ b/gradle.properties @@ -64,4 +64,9 @@ usesShadowedDependencies = false #customArchiveBaseName = # Optional parameter to prevent the source code from being published -# noPublishedSources =
\ No newline at end of file +# 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 |