Skip to content

Could you prefix 'extra-options'? #8

@sebastiaansamyn-tc

Description

@sebastiaansamyn-tc

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"?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions