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).

0
2 comments

You can create SBT Task run/debug configuration and add it to Before Launch steps as Run Another Configuration.

1
Avatar
Permanently deleted user

Thanks Serge :)

0

Please sign in to leave a comment.