Any way to run custom SBT tasks from Bloop? #1831
Answered
by
tgodzik
alexklibisz
asked this question in
Q&A
|
I know I can import an SBT project to bloop. Now I'm wondering if bloop offers a way to run custom SBT tasks. For example, could I run the |
Answered by
tgodzik
Oct 5, 2022
Replies: 3 comments 1 reply
|
Thanks for raising the discussion! Bloop doesn't allow running any sbt tasks since Bloop is separate from any specific build tool and focuses solely on compilation. We don't plan to change the behaviour any time soon. |
0 replies
Answer selected by
alexklibisz
|
Workaround just for |
0 replies
|
Thanks. I'm also going to look into using the sbt server/client as described here: https://www.youtube.com/watch?v=mWa76dQ7TSo My main goal is just to minimize the sbt boot times in CI. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for raising the discussion! Bloop doesn't allow running any sbt tasks since Bloop is separate from any specific build tool and focuses solely on compilation. We don't plan to change the behaviour any time soon.