0

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.

Rmahajan
  • 1,311
  • 1
  • 14
  • 23
Rajeev Akotkar
  • 1,377
  • 4
  • 26
  • 46

1 Answers1

1

Make sure you don't have spaces in the values(in the beginning or end) of properties systemProp.https.proxyHost and systemProp.http.proxyHost

i.am.jabi
  • 620
  • 1
  • 5
  • 23