-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
Description
When adding SbtMultiJvm.multiJvmSettings to the settings of my project I get the following error:
[error] Some keys were defined with the same name but different types: 'extra-options' (sbt.Task[scala.collection.Seq[java.lang.String]], scala.Function1[java.lang.String, scala.collection.Seq[java.lang.String]])
[error] Use 'last' for the full log.
The issue is that the extra-options key is not only defined by sbt-multi-jvm, but also by another project. The other project is also not under my own control, so I have no way of using your plugin.
Wouldn't it be a good idea to prefix your keys and not use something as generic as "extra-options"?