mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-04 22:40:12 +01:00
provision-gradle: remove fake proxy configuration
The prohibition of HTTP causes connection errors on some builds:
IOException: https://dl.google.com/android/repository/addons_list-3.xml
java.net.ConnectException: Connection refused (Connection refused)
IOException: https://dl.google.com/android/repository/addons_list-2.xml
java.net.ConnectException: Connection refused (Connection refused)
IOException: https://dl.google.com/android/repository/addons_list-1.xml
java.net.ConnectException: Connection refused (Connection refused)
Failed to download any source lists!
Partly revert a746917022
.
This commit is contained in:
parent
82df54a8a2
commit
1b001cf1b5
@ -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