forked from TIGERs-Mannheim/AutoReferee
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgradle.properties
More file actions
28 lines (23 loc) · 961 Bytes
/
Copy pathgradle.properties
File metadata and controls
28 lines (23 loc) · 961 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#
# Copyright (c) 2009 - 2022, DHBW Mannheim - TIGERs Mannheim
#
org.gradle.parallel=true
# System Proxy Configuration
# Uncomment and configure the following lines if you need to use a proxy
# systemProp.http.proxyHost=proxy.company.com
# systemProp.http.proxyPort=8080
# systemProp.http.proxyUser=username
# systemProp.http.proxyPassword=password
# systemProp.http.nonProxyHosts=*.nonproxyrepos.com|localhost
# HTTPS Proxy Configuration
# systemProp.https.proxyHost=proxy.company.com
# systemProp.https.proxyPort=8080
# systemProp.https.proxyUser=username
# systemProp.https.proxyPassword=password
# systemProp.https.nonProxyHosts=*.nonproxyrepos.com|localhost
# SOCKS Proxy Configuration
# systemProp.socksProxyHost=proxy.company.com
# systemProp.socksProxyPort=1080
# Use system proxy settings (recommended for most cases)
# This will automatically use the proxy settings configured in your operating system
systemProp.java.net.useSystemProxies=true