Reputation: 25845
I'm trying to figure out how to create a "Run Configuration" for a Scala Mill project.
There are entries for Maven and SBT, but nothing for Mill. There doesn't seem to be a "Mill" plugin for IntelliJ either.
I create a Scala Mill project with this command:
mill mill.scalalib.GenIdea/idea
And install the Build Server Protocol:
mill mill.bsp.BSP/install
Is it best just to make a "Shell Script" configuration that runs mill foo.run
?
Upvotes: 2
Views: 540