You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a build with a large number of subprojects (~30) and running sbt eclipse can take a substantial amount of time (most of it due to dependency resolution). It would be nice to have the capability in sbt eclipse to only (re)generate project files for a single subproject at a time. One possibility would be for the eclipse command by default to only generate files for the currently-selected project by default. If in the root project of the build, it would continue to generate project files for all subprojects, as it currently does. Another option would be to control this behavior with an argument passed to the "eclipse" command.
The text was updated successfully, but these errors were encountered:
We have a build with a large number of subprojects (~30) and running sbt eclipse can take a substantial amount of time (most of it due to dependency resolution). It would be nice to have the capability in sbt eclipse to only (re)generate project files for a single subproject at a time. One possibility would be for the eclipse command by default to only generate files for the currently-selected project by default. If in the root project of the build, it would continue to generate project files for all subprojects, as it currently does. Another option would be to control this behavior with an argument passed to the "eclipse" command.
The text was updated successfully, but these errors were encountered: