Open xenoterracide opened 1 month ago
The plugin doesn't currently have any support for the jvm test suites stuff.
It's unclear from your report which dependency you're referring to. Is it org.junit.jupiter:junit-jupiter:5.11.1
? You're saying you're not actually declaring that dependency, but it's appearing in your reports as unused and should be removed? Are you configuring your builds to use junit platform? Can you provide more from your build scripts, or simply a minimal reproducer?
Build scan link
https://gradle.com/s/3nouxz6lixdao
Plugin version
2.1.1
Gradle version
(unrelated consider just changing your template to request the output of
--version
Describe the bug
Transient version requested removal. While it's probably true that it's not needed, I'm also not directly adding it.
To Reproduce Steps to reproduce the behavior:
probably not a full reproducer, but this is how I configure my whitebox
Expected behavior
Additional context
This is a new buildHealth report on simply upgrading to 2.x
this is on my root project
I think that
junit-jupiter
is the equivalent of a "starter", but I don't use it directly. I apply these bundles