When I run ensimeConfig
, it creates directories such as
src/main/java
src/main/scala-2.11
which I don't need, since I have my sources always inside
src/main/scala
How can I avoid such behaviour?
NOTE: This is the version I'm using:
addSbtPlugin("org.ensime" % "sbt-ensime" % "1.12.4")
I found the solution. Create ~/.sbt/0.13/global.sbt
like this:
import org.ensime.EnsimeKeys._
ensimeIgnoreMissingDirectories := true
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With