How to setup proxy in Eclipse Integration Gradle -
i have 407 error 'proxy authentication required' (get http://repo1.maven.org) when try build sample project in eclipse. when run build command line works. environment variables set in .gradle
file , available in eclipse:
task printproperties << { println system.properties.'http.proxyhost' // prints proxy host }
you can setup last milestone release use gradle not-bundled plugin: go "preferences" > "gradle" > "gradle distribution" , select gradle installation folder
Comments
Post a Comment