Hi,
Our project has many dependencies which are downloaded from several remote and in-house Maven repos.
I often have Gradle build hanging supposedly because of remote Maven repo non-responsiveness. I run the build on MaxOS X and Java 7 with --parallel flag (but I am not sure if parallel causes this problem).
My main question: Does Gradle use SO TIMEOUT when downloading dependencies? I know that by default Socket.getSoTimeout() is 0 (meaning infinity) in Java. Is there a way to configure SO TIMEOUT in Gradle?
Thread dump is available at https://gist.github.com/AlexKorostov/fe04396218091639cb77