Hello again,

I have problems setting an http proxy in the gradle.properties file.
I add

systemProp.proxySet='true'
systemProp.http.proxyHost='webproxy.siemens.at'
systemProp.http.proxyPort='81'

or

System.properties['proxySet'] = 'true'
System.properties['http.proxyHost'] = 'webproxy.siemens.at'
System.properties['http.proxyPort'] = '81'

but the properties are not set.
If I put the same configuration directly in the build.gradle file it works
fine.

Am I doing something wrong?
Thanx in advance for any help,

Michael

P.S.: I am on Windows XP and gradle 0.9-preview

-- 
View this message in context: 
http://old.nabble.com/http-proxy-and-gradle.properties-tp28287616p28287616.html
Sent from the gradle-user mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to