when I try to run gradle dependencies on my computer I am getting a 407 status code \"Proxy Authentication Required.\"
gradle dependencies
I created a gradle.properties fil
Is it an NTLM proxy (Usually found in a windows environment with active directory). If so, You may have to specify the domain name with the username in the format domain/username. Take a look at this link.
http://www.gradle.org/docs/current/userguide/build_environment.html