project.getGradle().getTaskGraph().whenReady(new Closure<Object>(this, null) {
@Override
public Object call()
{
TaskExecutionGraph graph = project.getGradle().getTaskGraph();
String path = project.getPath();
if (graph.hasTask(path + "setupDecompWorkspace"))
{
getExtension().setDecomp();
setMinecraftDeps(true, false);
}
return null;