Hi, i was trying to use the gradle wrapper from behind a proxy requiring authentication. i kept receiving http error 407 (Proxy authentication required). since http.proxyUser and http.proxyPassword are not JDK system properties and after looking at org.gradle.wrapper.Download i think gradle wrapper doesn't support proxy authentication yet. is this correct?
and thank you guys for gradle. i am having so much fun now deleting my re-invent-the-wheel ant / ivy scripts and replacing them by beautiful and short gradle build scripts.... -felix
