Hello everybody,
I know that the external zinc server from typesafe has been deprecated but I find it to be the fastest option when building multi-module maven projects.
When I build multi-module projects on my laptop having a zinc-server running and enabling it through the good-old scala maven plugin, builds take less than half the time compared with a scalor build, even when zinc is enabled.
I think the speed up comes from the fact that the external zinc server does not need to be restarted once per module but just keep running through the whole build process.
Would it be possible on scalor to launch a zinc server only once?
Otherwise can scalor use an external zinc-server like scala-maven-plugin does?
Hello everybody, I know that the external zinc server from typesafe has been deprecated but I find it to be the fastest option when building multi-module maven projects. When I build multi-module projects on my laptop having a zinc-server running and enabling it through the good-old scala maven plugin, builds take less than half the time compared with a scalor build, even when zinc is enabled.
I think the speed up comes from the fact that the external zinc server does not need to be restarted once per module but just keep running through the whole build process.
Would it be possible on scalor to launch a zinc server only once? Otherwise can scalor use an external zinc-server like scala-maven-plugin does?