Replies: 1 comment
-
This is usually caused if the workspace needs source generation, which I think invokes compilation itself. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I noticed that sometimes
sbt bloopInstall
compiles all modules when invoked. On the contrary, runningbloopInstall
from an already running sbt instance doesn't do that.It is bug or intended behavior? I thought that in general generating bloop files shouldn't require compilation.
Beta Was this translation helpful? Give feedback.
All reactions