mill icon indicating copy to clipboard operation
mill copied to clipboard

BSP does not handle runIvyDeps

Open ml86 opened this issue 3 years ago • 4 comments

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.

ml86 avatar Jan 14 '21 14:01 ml86

On a side node: runIvyDeps seems also to be ignored my GenIdea.

ml86 avatar Jan 14 '21 17:01 ml86

On a side node: runIvyDeps seems also to be ignored my GenIdea.

  • See #1110

lefou avatar Jan 15 '21 16:01 lefou

This is also an issue in Bloop plugin.

  • See #1843

lefou avatar Apr 20 '22 15:04 lefou

Is this still relevant?

lefou avatar Dec 19 '22 08:12 lefou