Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhancement]: Publish gradle module metadata #9576

Open
patrick-dedication opened this issue Nov 30, 2024 · 0 comments
Open

[Enhancement]: Publish gradle module metadata #9576

patrick-dedication opened this issue Nov 30, 2024 · 0 comments

Comments

@patrick-dedication
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant