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
Both IntelliJ and Eclipse fail horribly when trying to import a project
using `unmanagedSourceDirectories` containing files (and not
directories), but this is necessary for our build since we only want to
compile a subset of the backend folder. We workaround this by
linking (or copying on OS when symbolic links do not work) the files we
want to compile in sbt `managedSources`.
Make sure to run `sbt compile` at least once before running `sbt
eclipse` or importing the project in IntelliJ.
0 commit comments