nadavc / groovykoans

A collection of small exercises in the form of unit tests, designed to get Java developers up to speed on Groovy
http://nadavc.github.com/groovykoans
Do What The F*ck You Want To Public License
264 stars 145 forks source link

The Gradle Launcher doesn't work with a proxy #2

Closed nadavc closed 12 years ago

nadavc commented 12 years ago

Solution: add the -Dhttp.proxyHost=[http proxy] -Dhttp.proxyPort=[http proxy port] parameters when you first run Gradle (add a troubleshooting section)

nadavc commented 12 years ago

Added Q&A in website