eclipse / buildship

The Eclipse Plug-ins for Gradle project.
533 stars 169 forks source link

when there are multipul sub projects, importing project and executing GradleBuild.synchronize will be very slow #1220

Open Seiphon opened 1 year ago

Seiphon commented 1 year ago

When there is multipul sub projects in workspace (more than 500 sub projects) and executing GradleBuild.synchronize method, the process will run forever. it seems the process will take a day to finesh, so I am wondering is there a better and efficient way to synchronize the workspace when importing a project with multiple sub projects. thanks in advance.