mill
mill copied to clipboard
BSP does not handle runIvyDeps
I use mill mill.bsp.BSP/install and than import my project via BSP into IntelliJ IDEA. My problem is that when I run the main class of my project, IDEA does not seem to pick up the runIvyDeps. I defined them like this:
override def runIvyDeps =
Agg(
ivy"org.apache.logging.log4j:log4j-slf4j-impl:2.13.3",
)
I get the SLF4J warning about a missing binding so i am sure the runtime ivy deps are not picked up.
On a side node: runIvyDeps
seems also to be ignored my GenIdea
.
On a side node:
runIvyDeps
seems also to be ignored myGenIdea
.
- See #1110
This is also an issue in Bloop plugin.
- See #1843
Is this still relevant?