SBT task before Make
Answered
Under "Run/Debug configurations", under "Before Launch", you can do things like "Make" or execute a Maven goal. Currently you are not able to execute a SBT task - is this something on your roadmap? One example where this might be useful is code generation, i.e. the "scroogeGen" SBT task of the scrooge-sbt-plugin (Thrift).
Please sign in to leave a comment.
You can create SBT Task run/debug configuration and add it to Before Launch steps as Run Another Configuration.
Thanks Serge :)