throw new RuntimeException("Missing project directory: " + projectDirObj);
}
connector.forProjectDirectory(projectDir);
OperationInitializer setup = GradleModelLoader.modelBuilderSetup(project, progress);
// FIXME: Currently we just fetch IdeaProject and rely on that to fetch
// the sources. Then the source locator query will find the sources
// in the Gradle cache.
ProjectConnection connection = connector.connect();