Package org.gradle.tooling.model.eclipse
Interface RunEclipseAutoBuildTasks
public interface RunEclipseAutoBuildTasks
A tooling model that instructs Gradle to run tasks from the Eclipse plugin configuration.
Similarly to
RunEclipseSynchronizationTasks
, this is a special tooling model as it does
not provide any information. However, when requested, Gradle will override the client-provided
tasks with the ones stored in the eclipse.autoBuildTasks
property.- Since:
- 5.4