Skip to content

[Enhancement]: Publish gradle module metadata #9576

@patrick-dedication

Description

@patrick-dedication

Module

Core

Proposal

A colleague of mine has added a dependency on the junit-jupiter module.
Then our gradle dependency analysis failed, saying we also need to add a dependency onto testcontainers.
Which is not true, since you declare testcontainers as api in junit-jupiter.
The check fails because you don't publish the gradle module metadata, so there is no way for the plugin (or gradle for that sake) to tell that testcontainers is an api dependency.

We have configured junit-jupiter as a dependency-analysis bundle to fix that on our side, now I would like to fix it for all users.

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