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

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -