Run Eclipse Synchronization Tasks
A tooling model that instructs Gradle to run tasks from the Eclipse plugin configuration. 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.synchronizationTasks
property. This allows Buildship to run tasks before the model loading and load the models in a single step.
Since
5.4