Hi, http://issues.gradle.org/browse/GRADLE-2407
I keep forgetting about this, and would like to fix it. The hack that people were using as a workaround (http://forums.gradle.org/gradle/topics/any_work_around_in_1_11_for_http_issues_gradle_org_browse_gradle_2407) broke in 1.11 due to internal changes. The problem is that we don’t have a suitable hook to use from an init script that is after each project’s buildscript {} is evaluated and before the rest of the project configuration is evaluated. The simplest solution would be to add a new callback hook that fires at the right time, but I’m guessing this isn’t going to be palatable. Does anyone have any ideas for a solution?