SBT task before Make
已回答
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).
请先登录再写评论。
You can create SBT Task run/debug configuration and add it to Before Launch steps as Run Another Configuration.
Thanks Serge :)