On the example multi-module-build, we are using the 'sbt universal:packageBin' on the root project.
Can you make a example of building each module separately (create 3 zip, one for each project)
I want to be able to do something like: 'sbt backend/universal:packageBin' ?
Because i'm trying an equivalent thing on my projects and i'm getting:
[error] No such setting/task
[error] universal:packageBin
On the example multi-module-build, we are using the 'sbt universal:packageBin' on the root project. Can you make a example of building each module separately (create 3 zip, one for each project)
I want to be able to do something like: 'sbt backend/universal:packageBin' ? Because i'm trying an equivalent thing on my projects and i'm getting: