While importing exisiting gradle project in eclipse , I am getting an error message which says
"IllegalArgumentException:Host name may not contain blanks".
I verified my gradle-wrapper.properties
and found that proxyHost, port, username and password are correct.What might be causing this error in this case?
I am using springboot, gradlewrapper and gradle-4.8.1.zip already exists in the project.