Replies: 1 comment
-
Could you please share a minimal reproducer? I think it depends on how the BOM is declared or gets pulled in. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am working on some dependency related work with Gradle 7.4.2, and when I try to exclude the boms based on the configuration, I noticed that junit-bom is resolved with the configuration runtimeElements while other boms are with platform-runtime.
My knowledge is not enough for me to tell why this difference at all since the build.gradle.kts under junit-bom does say it should be a platform and is published as a bom/javaPlatform.
Does anyone know why it is like this?
Below is the simple task(in Groovy) I did to output the dependencies with it's configuration:
Beta Was this translation helpful? Give feedback.
All reactions