Skip to content

Fix packaging warnings for probe-plugin #243

@LukaszKontowski

Description

@LukaszKontowski

In compilation, following warnings appear:

[warn] Warning: {api_2_12} will be merged into non-terminal {probe-plugin_2_12}, other candidates were: Set({pants-probe-plugin_2_12}, {bazel-probe-plugin_2_12}, {scala-probe-plugin_2_12})
[warn] You can specify explicit merge: packageMethod := PackagingMethod.MergeIntoOther(pants-probe-plugin_2_12)
[warn] Warning: {api_2_13} will be merged into non-terminal {probe-plugin_2_13}, other candidates were: Set({pants-probe-plugin_2_13}, {scala-probe-plugin_2_13}, {bazel-probe-plugin_2_13})
[warn] You can specify explicit merge: packageMethod := PackagingMethod.MergeIntoOther(pants-probe-plugin_2_13)
[warn] Warning: {api_2_12} will be merged into non-terminal {probe-plugin_2_12}, other candidates were: Set({pants-probe-plugin_2_12}, {bazel-probe-plugin_2_12}, {scala-probe-plugin_2_12})
[warn] You can specify explicit merge: packageMethod := PackagingMethod.MergeIntoOther(pants-probe-plugin_2_12)
[warn] Warning: {api_2_13} will be merged into non-terminal {probe-plugin_2_13}, other candidates were: Set({pants-probe-plugin_2_13}, {scala-probe-plugin_2_13}, {bazel-probe-plugin_2_13})
[warn] You can specify explicit merge: packageMethod := PackagingMethod.MergeIntoOther(pants-probe-plugin_2_13)

The reason of this issue is to fix this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions