mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-04 22:40:12 +01:00
Merge branch 'gradle-no-proxy' into 'master'
provision-gradle: remove fake proxy configuration See merge request fdroid/fdroidserver!725
This commit is contained in:
commit
7f9da9f4df
@ -39,11 +39,7 @@ systemProp.http.connectionTimeout=600000
|
||||
systemProp.http.socketTimeout=600000
|
||||
systemProp.org.gradle.internal.http.connectionTimeout=600000
|
||||
systemProp.org.gradle.internal.http.socketTimeout=600000
|
||||
|
||||
# fake info to block HTTP repos
|
||||
systemProp.http.nonProxyHosts=
|
||||
systemProp.http.proxyHost=127.127.127.127
|
||||
systemProp.http.proxyPort=12345
|
||||
EOF
|
||||
|
||||
chown -R vagrant.vagrant $GRADLE_HOME/
|
||||
chmod -R a+rX $GRADLE_HOME/
|
||||
|
Loading…
Reference in New Issue
Block a user