gradle proxy settings for work (http and https)

# my gradle proxy file C:\Users\mXX\.gradle\gradle.properties
systemProp.http.proxyHost=193.29.130.207
systemProp.http.proxyPort=8080
systemProp.http.nonProxyHosts=*.ebXXX.local|localhost
systemProp.https.proxyHost=193.29.130.207
systemProp.https.proxyPort=8080
systemProp.https.nonProxyHosts=*.ebXXX.local|localhost

Kommentare

Beliebte Posts aus diesem Blog

using the birt runtime with spring boot and gradle to generate PDF from a Report Design File

Powershell snippet to send messages to telegram