Package org.gradle.tooling.model.eclipse
Interface RunClosedProjectBuildDependencies
public interface RunClosedProjectBuildDependencies
A tooling model that instructs Gradle to run tasks to build artifacts for closed projects.
 Similarly to 
RunEclipseSynchronizationTasks, this is a special tooling model as it does
 not provide any information. However, when requested, Gradle will build the artifacts required
 to substitute the closed gradle projects in the eclipse workspace.
 This is a parameterized model and requires an EclipseRuntime parameter to calculate the
 closed projects.- Since:
- 5.6