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

[QUESTION] Gradle Plugin has junit-jupiter in runtime #250

Closed
jvmusin opened this issue Jun 15, 2022 · 1 comment · Fixed by #251
Closed

[QUESTION] Gradle Plugin has junit-jupiter in runtime #250

jvmusin opened this issue Jun 15, 2022 · 1 comment · Fixed by #251
Labels
bug Something isn't working junit-support Related to JUnit Support project
Milestone

Comments

@jvmusin
Copy link

jvmusin commented Jun 15, 2022

Hi. The gradle build plugin has an implementation (not test one) dependency on junit-jupiter in utils project:

implementation(libs.test.junit.jupiter.core)

Was this made intentionally? If so, why?
I want to reuse your plugin by applying your plugin transitively inside my own plugin and it's strange to see junit-jupiter during dependencies resolution stage.

@jvmusin jvmusin added the question Further information is requested label Jun 15, 2022
@melix
Copy link
Collaborator

melix commented Jun 15, 2022

You are absolutely right, those should be test dependencies!

@melix melix added bug Something isn't working and removed question Further information is requested labels Jun 15, 2022
@melix melix added this to the 0.9.12 milestone Jun 15, 2022
melix added a commit that referenced this issue Jun 15, 2022
@sbrannen sbrannen added the junit-support Related to JUnit Support project label Sep 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working junit-support Related to JUnit Support project
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants